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
I have a JavaScript file that is a JavaScript module and I'm trying to convert it to regular JavaScript, without Module support.
Firefox doesn't support modules in workers, so I'm trying to convert my JavaScript Module to something that works there.
Currently I'm using the UMD transformer, which works great. My question is if that is the appropriate solution, or if there is something simpler or better.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a JavaScript file that is a JavaScript module and I'm trying to convert it to regular JavaScript, without Module support.
Firefox doesn't support modules in workers, so I'm trying to convert my JavaScript Module to something that works there.
Currently I'm using the UMD transformer, which works great. My question is if that is the appropriate solution, or if there is something simpler or better.
Beta Was this translation helpful? Give feedback.
All reactions