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
/
wasm
/
serialization
/
module
/
resources
/
echo-worker.js
blob: cbbde8a73c8c2a63cc97cbe2b6cd7c6d81585b5c (
plain
)
1
2
3
4
5
"use strict"
;
self
.
onmessage
=
({
data
})
=>
{
self
.
postMessage
(
data
);
};