Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FF119 createBidirectionalStream sendOrder option #20842

Merged
merged 3 commits into from
Sep 30, 2023

Conversation

hamishwillee
Copy link
Contributor

FF119 supports options.sendOrder as an option to the WebTransport.createBidirectionalStream() in
https://bugzilla.mozilla.org/show_bug.cgi?id=1816925

Note that FF implements the returned stream as a WritableStream rather than WebTransportReceiveStream (as per spec) so there is no way to get the sendOrder out again. I'd document WebTransportReceiveStream except that no one has implemented it yet.

Related docs work can be tracked in mdn/content#29300

Verified

This commit was signed with the committer’s verified signature.
WaciX Maciej Zieniuk
@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
"version_added": "114"
"version_added": "114",
"partial_implementation": true,
"notes": "Returns a <code>WritableStream</code> instead of a <code>WebTransportSendStream</code>."
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, the spec says WebTransportSendStream but FF is the only implementer, and it returns writable stream.

"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to test this, so I have set to false for Safari.

@Elchi3 Elchi3 merged commit 99db9bd into mdn:main Sep 30, 2023
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
* FF119 createBidirectionalStream sendOrder option

* Also add sendOrder to the unidirectional stream

* createUnidirectionalStream() returns wrong object type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants