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

postMessage("second");

export const message = "second";