/fetch/api/basic/request-upload.any.html| status | subtest | message |
|---|---|---|
| PASS | Fetch with PUT with body | |
| PASS | Fetch with POST with text body | |
| PASS | Fetch with POST with URLSearchParams body | |
| PASS | Fetch with POST with Blob body | |
| PASS | Fetch with POST with ArrayBuffer body | |
| PASS | Fetch with POST with Uint8Array body | |
| PASS | Fetch with POST with Int8Array body | |
| PASS | Fetch with POST with Float16Array body | |
| PASS | Fetch with POST with Float32Array body | |
| PASS | Fetch with POST with Float64Array body | |
| PASS | Fetch with POST with DataView body | |
| FAIL | Fetch with POST with Blob body with mime type | promise_test: Unhandled rejection with value: object "Error: internal error; reference = amhvrs1utjrs7vusa1f2ll7j" |
| FAIL | Fetch with POST with ReadableStream containing String | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | Fetch with POST with ReadableStream containing null | promise_rejects_js: function "function() { throw e; }" threw object "Error: Network connection lost." ("Error") expected instance of function "function TypeError() { [native code] }" ("TypeError") |
| FAIL | Fetch with POST with ReadableStream containing number | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | Fetch with POST with ReadableStream containing ArrayBuffer | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | Fetch with POST with ReadableStream containing Blob | promise_rejects_js: function "function() { throw e; }" threw object "Error: Network connection lost." ("Error") expected instance of function "function TypeError() { [native code] }" ("TypeError") |
| FAIL | Fetch with POST with text body on 421 response should be retried once on new connection. | assert_equals: expected "ok. Request was sent 2 times. 2 connections were created." but got "ok. Request was sent 1 times. 1 connections were created." |
| FAIL | Streaming upload shouldn't work on Http/1.1. | assert_unreached: Should have rejected: undefined Reached unreachable code |
bundle built 2026-07-16T07:16:48.063Z