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
/
dom
/
workers
/
test
/
WorkerDebugger.initialize_childWorker.js
blob: a85764bd9cd76d953a4e8b3e0bd0c73b19545766 (
plain
)
1
2
3
4
5
6
"use strict"
;
self
.
onmessage
=
function
()
{};
debugger
;
postMessage
(
"worker"
);