Source code
Revision control
Copy as Markdown
Other Tools
// META: global=dedicatedworker,sharedworker
// META: script=./resources/evaluation-order-setup.js
setupTest("importScripts() queueing a microtask then throwing an exception", [
"body",
"microtask",
]);
importScripts('./resources/evaluation-order-1-nothrow.js');