Files
shaka-player/lib/util
Joey Parrish a19912e5bf fix: Fix compiled-mode error formatting (#5623)
We declare shaka.util.Error to extend the native Error, but only supplied a message field in uncompiled and debug modes.  This broke the Jasmine test framework when it tried to extract error message information from a compiled-mode shaka.util.Error object.

Now we always supply a message object, and merely skip the fancy enum formatting in compiled mode.
2023-09-08 13:30:04 -07:00
..
2023-05-12 21:36:58 +02:00
2023-08-29 14:53:57 -07:00