Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/scripting-1/the-script-element/microtasks/evaluation-order-1-nothrow-importScripts.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /html/semantics/scripting-1/the-script-element/microtasks/evaluation-order-1-nothrow-importScripts.any.worker.html - WPT Dashboard Interop Dashboard
// 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');