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
/
semantics
/
multiple-workers
/
004-2.js
blob: e59cd6927e34fe05444f6331309e8691c385909e (
plain
)
1
2
3
4
5
6
var
port
;
onconnect
=
function
(
e
)
{
if
(
!
port
)
port
=
e
.
ports
[
0
];
port
.
postMessage
(
1
);
}