Source code
Revision control
Copy as Markdown
Other Tools
[response-consume.html]
expected:
if fission and debug and (os == "win") and (processor == "x86"): CRASH
if fission and debug and (os == "linux"): CRASH
if fission and not debug and (os == "mac"): [OK, CRASH]
[Consume response's body: from FormData to blob]
expected: FAIL