summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/workers/examples/onconnect.any.js
blob: d43a9921833d2ccc4da438fcee19e0d6f8745bf5 (plain)
1
2
3
4
// META: global=sharedworker
const t = async_test("onconnect is called");
onconnect = t.step_func_done((event) => {
});