index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
speculation-rules
/
prerender
/
resources
/
postmessage-to-client-worker.js
blob: 4aff84f3364c6f776e7f45d88f67ddc9d8f211bb (
plain
)
1
2
3
self
.
onmessage
=
e
=>
{
e
.
source
.
postMessage
(
'postmessage to client'
);
};