Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
ecd0758a4a69bd13152609942291ca558e2bca73
/
.
/
workers
/
examples
/
onconnect.any.js
blob: d43a9921833d2ccc4da438fcee19e0d6f8745bf5 [
file
] [
log
] [
blame
]
// META: global=sharedworker
const
t
=
async_test
(
"onconnect is called"
);
onconnect
=
t
.
step_func_done
((
event
)
=>
{
});