index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
workers
/
semantics
/
run-a-worker
/
002.js
blob: 627272aaefa3457f90417ed0f19e967a2c036273 (
plain
)
1
2
3
4
var
passed
=
this
===
self
;
onconnect
=
function
(
e
)
{
e
.
ports
[
0
].
postMessage
(
passed
);
}