You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first thought was that we should have exported the static methods, but that doesn't seem to work without exporting the constructor as well. Instead, it looks like we will have to assign the static methods in the polyfill's installer.
Shouldn't take long to publish a fix, which we will roll into v1.6.1.
Running the compiled version on IE11 does not find the resolve and reject methods on the promise polyfill
Load in IE11 and attempt play anything
https://shaka-player-demo.appspot.com/?compiled
The promise implementation only appears to work when compiling using -O SIMPLE -D COMPILED=false
Probably a simple fix for someone who knows their way around the closure compiler.
Cheers
Mark
The text was updated successfully, but these errors were encountered: