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
/
gamma
/
subsharedworker.js
blob: e23602ff9c5654b726fc88e6aa0169416ee31d15 (
plain
)
1
2
3
onconnect
=
function
(
e
)
{
e
.
source
.
postMessage
(
'gamma'
);
}