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
If I'm adding this library to my list of dependencies and import it, I cannot run my app in Internet Explorer 11.
I shimmed the failing code but this might come with some drawbacks for other dependencies too.
Also conditional importing is not an option for me.
Possible solution: first line in AudioContext.js should consider that window.AudioContext or window.webkitAudioContext might not be available.
The text was updated successfully, but these errors were encountered:
If I'm adding this library to my list of dependencies and import it, I cannot run my app in Internet Explorer 11.
I shimmed the failing code but this might come with some drawbacks for other dependencies too.
Also conditional importing is not an option for me.
Possible solution: first line in AudioContext.js should consider that
window.AudioContext
orwindow.webkitAudioContext
might not be available.The text was updated successfully, but these errors were encountered: