Source code
Revision control
Copy as Markdown
Other Tools
export const imported = 'A module script.';
onmessage = msg => {
msg.source.postMessage('pong');
};
export const imported = 'A module script.';
onmessage = msg => {
msg.source.postMessage('pong');
};