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