/fetch/api/response/response-clone.any.html| status | subtest | message |
|---|---|---|
| FAIL | Check Response's clone with default values, without body | assert_equals: Expect default response.statusText is expected "" but got "OK" |
| PASS | Check Response's clone has the expected attribute values | |
| PASS | Check original response's body after cloning | |
| PASS | Check cloned response's body | |
| PASS | Cannot clone a disturbed response | |
| PASS | Cloned responses should provide the same data | |
| PASS | Cancelling stream should not affect cloned one | |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Int8Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Int16Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Int32Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (ArrayBufferchunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "[object ArrayBuffer]" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Uint8Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Uint8ClampedArraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Uint16Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Uint32Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (BigInt64Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (BigUint64Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Float16Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0,0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Float32Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0,0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (Float64Arraychunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "0,0" |
| FAIL | Check response clone use structureClone for teed ReadableStreams (DataViewchunk) | assert_not_equals: Buffer of cloned response stream is a clone of the original buffer got disallowed value object "[object DataView]" |
bundle built 2026-07-16T07:16:48.063Z