summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/dynamicImport_nested.mjs
blob: 688078d8035ce17529ab194efd9be7de91006b82 (plain)
1
2
3
4
5
6
7
8
/**
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/
 */

await import("./dynamicImport_postMessage.mjs");

export const message = "first";