/streams/writable-streams/general.any.html| status | subtest | message |
|---|---|---|
| PASS | desiredSize on a released writer | |
| PASS | desiredSize initial value | |
| PASS | desiredSize on a writer for a closed stream | |
| FAIL | desiredSize on a writer for an errored stream | assert_equals: desiredSize should be null expected (object) null but got (number) 1 |
| PASS | ws.getWriter() on a closing WritableStream | |
| PASS | ws.getWriter() on a closed WritableStream | |
| PASS | ws.getWriter() on an aborted WritableStream | |
| PASS | ws.getWriter() on an errored WritableStream | |
| PASS | closed and ready on a released writer | |
| PASS | WritableStream should call underlying sink methods as methods | |
| PASS | methods should not not have .apply() or .call() called | |
| FAIL | WritableStream's strategy.size should not be called as a method | promise_test: Unhandled rejection with value: object "Error: size called as a method" |
| PASS | redundant releaseLock() is no-op | |
| FAIL | ready promise should fire before closed on releaseLock | assert_array_equals: ready promise should fire before closed promise lengths differ, expected array ["ready", "closed"] length 2, got ["closed"] length 1 |
| PASS | Subclassing WritableStream should work | |
| PASS | the locked getter should return true if the stream has a writer |
bundle built 2026-07-16T07:16:48.063Z