blob: 5ae82f8aa054f8f3a61475994c4e658ba282c890 [file] [log] [blame]
import('./export-on-dynamic-import-script.js')
.then(async module => {
await module.ready;
postMessage(module.importedModules);
});