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
Fixesjfrancos#1
Substitute globalThis for this at line #26 (un-minified)
var d = "undefined" != typeof window && window === this ? this : "undefined" != typeof global && null != global ? global : globalThis
At line #2887 (un-minified) add export statement
export {Module as decodeOggDecModule};
does not output expected result using the current version f oggdec.js with native ECMAScript Modules (
export
,import
) without an error being thrown.Using
<script src="oggdec.js"></script>
does not throw an error.
The text was updated successfully, but these errors were encountered: