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
/
resource-timing
/
resources
/
shared-worker.js
blob: f3ef3feb964cb73784c8ec2e31505dfc7aa67a62 (
plain
)
1
2
3
self
.
onconnect
=
e
=>
{
e
.
ports
[
0
].
postMessage
(
performance
.
timeOrigin
);
}