Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
893cb75bec40fc7ef8e4ea2d63a81b9b1de137e4
/
.
/
LayoutTests
/
workers
/
empty-post-message-service-workers-crash.js
blob: c2b25c99f5823bf0b104e692cbf6338878a4950f [
file
]
onmessage
=
()
=>
{
postMessage
(
undefined
)
}
new
Worker
(
'empty-post-message-service-workers-crash2.js'
);