blob: b6ecdf67cdb9de62aa51d3304d86e995ae05db60 [file] [log] [blame]
PASS Service worker test setup
FAIL ReadableStream with byte source: read()ing from a closed stream still transfers the buffer ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: read()ing from a stream with queued chunks still transfers the buffer ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: enqueuing an already-detached buffer throws ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: reading into an already-detached buffer rejects ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the readable state) ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: respond() throws if the BYOB request's buffer has been detached (in the closed state) ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the readable state) ReadableByteStreamController is not implemented
FAIL ReadableStream with byte source: respondWithNewView() throws if the supplied view's buffer has been detached (in the closed state) ReadableByteStreamController is not implemented