Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
test
/
e2e
/
resources
/
application
/
dedicated-worker.js
blob: 321836b6ca2dbfaed6a48ab65103c950be9bc968 [
file
] [
log
] [
blame
]
onmessage
=
function
(
e
)
{
postMessage
(
'Worker posting message.'
);
}