index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
base
/
crashtests
/
eventSource_invalid_scheme_worker_shutdown-worker.js
blob: d2e5e9e66897c3043dcb411131b1a0455db5c5c5 (
plain
)
1
2
3
4
onmessage
=
function
(
event
)
{
close
();
let
source
=
new
EventSource
(
`d:`
,
{});
}