Closed
Description
I have noticed an issue in IE11 with the InputEvent
polyfill, where if shaka.polyfills.installAll()
is called multiple times, a stack overflow error occurs when adding a change event handler to an input type="range"
.
Previously there there didn't seem to be an issue if we have 2 calls to installAll
.
Should I be more careful around when and how this is called?