Polyfills being run more than once #941
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
I have noticed an issue in IE11 with the
InputEvent
polyfill, where ifshaka.polyfills.installAll()
is called multiple times, a stack overflow error occurs when adding a change event handler to aninput 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?
The text was updated successfully, but these errors were encountered: