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
Extensions are now able to require external libraries via await import. When the gallery starts, it downloads all dependencies (via acorn parser) and replace their URLs with downloaded data URLs.
Example code:
(asyncfunction(Scratch){// Dynamic URLs are not supported.consteditor=awaitimport('https://cdn.jsdelivr.com/...');})(Scratch);