Source code

Revision control

Copy as Markdown

Other Tools

[request-headers.any.sharedworker.html]
[request-headers.any.html]
expected:
if os == "mac": [OK, CRASH]
if os == "android": [OK, CRASH]
[request-headers.any.worker.html]
expected:
if (os == "android") and not debug: [OK, CRASH]
[request-headers.any.serviceworker.html]