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
IE is no longer supported. With that in mind remove IE-specific workarounds
I see these 2 workarounds in PhotonEmissionSoundGenerator.ts:
// Note - can't use initialization constructor for Map due to lack of support in IE.constphotonInitialEmissionSoundPlayers=newMap();
...
// Note - can't use initialization constructor for Map due to lack of support in IE.constphotonEmissionFromMoleculeSoundPlayers=newMap();
I think it's fine the way it is, but wanted to point it out in case @jbphet wants to initialize the Map when it's instantiated.
The text was updated successfully, but these errors were encountered:
For code review #331 ...
I see these 2 workarounds in PhotonEmissionSoundGenerator.ts:
I think it's fine the way it is, but wanted to point it out in case @jbphet wants to initialize the Map when it's instantiated.
The text was updated successfully, but these errors were encountered: