Skip to content

[WebTransport] Correctly test use of WebTransportOptions.datagramsReadableType#61428

Open
achristensen07 wants to merge 1 commit into
web-platform-tests:masterfrom
achristensen07:webtransport-datagramsReadableType
Open

[WebTransport] Correctly test use of WebTransportOptions.datagramsReadableType#61428
achristensen07 wants to merge 1 commit into
web-platform-tests:masterfrom
achristensen07:webtransport-datagramsReadableType

Conversation

@achristensen07

Copy link
Copy Markdown
Contributor

https://www.w3.org/TR/webtransport/#dom-webtransportoptions-datagramsreadabletype says to use a readable byte stream if datagramsReadableType is specified, but to use a readable stream otherwise. https://streams.spec.whatwg.org/#readable-byte-stream says the former is needed to use byob buffers.

This change is from WebKit/WebKit#69795

…dableType

https://www.w3.org/TR/webtransport/#dom-webtransportoptions-datagramsreadabletype
says to use a readable byte stream if datagramsReadableType is specified, but to
use a readable stream otherwise.  https://streams.spec.whatwg.org/#readable-byte-stream
says the former is needed to use byob buffers.

This change is from WebKit/WebKit#69795
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants