index
:
firefox
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
/
workers
/
baseurl
/
beta
/
subsharedworker.js
blob: de6a8cacaf80f60e40d9df3c72d2376a7babc362 (
plain
)
1
2
3
onconnect
=
function
(
e
)
{
e
.
source
.
postMessage
(
'beta'
);
}