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
In the RequestUtils.getTypeByExtension() method, the "webm" extension is there twice (line 110 and line 114). Is this intended?
I don't see how it could be detected as anything but createjs.Types.SOUND and I'm not sure this is necessarily the best default value for the WebM format.
I understand that we should specify the type explicitely but I stumbled upon that, while debugging a related issue, and figured I should report it.
The text was updated successfully, but these errors were encountered:
In the
RequestUtils.getTypeByExtension()
method, the "webm" extension is there twice (line 110 and line 114). Is this intended?I don't see how it could be detected as anything but
createjs.Types.SOUND
and I'm not sure this is necessarily the best default value for the WebM format.I understand that we should specify the type explicitely but I stumbled upon that, while debugging a related issue, and figured I should report it.
The text was updated successfully, but these errors were encountered: