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
It might be good to package this as a separate ES6 module to import. I'm not totally sure how to go from the IIFE that bridge.js currently is to a module export.
To be clear, this would help my use case, though I expect that the current form is most useful to a general audience who will drop this in a script tag instead.
The text was updated successfully, but these errors were encountered:
It's a tradeoff between ease of use for beginners and comfort for experienced developers.
You have probably seen, the original code was hand-written (ES4 or ES5 I think) for widest compatibility and without need for compiler/transpiler tools. For easier distribution I have here merged multiple files into one.
I could switch to writing everything in modern JavaScript (with imports/exports) and compiling for older browser engines.
It might be good to package this as a separate ES6 module to import. I'm not totally sure how to go from the IIFE that
bridge.js
currently is to a module export.To be clear, this would help my use case, though I expect that the current form is most useful to a general audience who will drop this in a script tag instead.
The text was updated successfully, but these errors were encountered: