2022-05-04 UTC
# cyborganicLion The import(module) expression loads a module and returns a promise that resolves into a module object that contains all its exports. It can be called in javascript from any place in the code. Although I can't call a remote url from my plugin, is there some way i can permit loading content from a remore url in my custom script/module?