Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /workers/examples/onconnect.any.sharedworker.html - WPT Dashboard Interop Dashboard
// META: global=sharedworker
const t = async_test("onconnect is called");
onconnect = t.step_func_done((event) => {
});