8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
/**
|
|
* Any copyright is dedicated to the Public Domain.
|
|
* http://creativecommons.org/publicdomain/zero/1.0/
|
|
*/
|
|
|
|
await import("./dynamicImport_postMessage.mjs");
|
|
|
|
export const message = "first";
|