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
/
support
/
Worker-create-common.js
blob: f0b8efe46bd8c93e5c2af1e239139faae76a16be (
plain
)
1
2
3
4
function
createWorker
()
{
return
new
Worker
(
'support/Worker-common.js'
);
}