index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
web-platform
/
tests
/
workers
/
semantics
/
structured-clone
/
dedicated.js
blob: 4744578b2295e487f3ac6fb3d4c760c8aa07501e (
plain
)
1
2
3
4
importScripts('worker-common.js'); onmessage = function(ev) { check(ev.data, self); };