MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/datagrams
What specific section or headline is this issue about?
Writing an outgoing datagram
What information was incorrect, unhelpful, or incomplete?
The example uses transport.datagrams.writable with no indication it's deprecated, non-standard or unsupported by Safari: the page has a Baseline Newly Available banner at the top, and the BCD table only contains a single supported key.
What did you expect to see?
Some indication that this isn't supported on Safari, and not Baseline Newly Available.
Perhaps the BCD keys from the interface datagrams exposes: https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream#browser_compatibility
Do you have any supporting links, references, or citations?
writable being deprecated/non-standard: https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/writable
Do you have anything more you want to share?
A user reported their confusion with this through Discord:
the datagrams page on mdn says safari supports it but seems liek that is not the case
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/WebTransport/datagrams
What specific section or headline is this issue about?
Writing an outgoing datagram
What information was incorrect, unhelpful, or incomplete?
The example uses
transport.datagrams.writablewith no indication it's deprecated, non-standard or unsupported by Safari: the page has a Baseline Newly Available banner at the top, and the BCD table only contains a single supported key.What did you expect to see?
Some indication that this isn't supported on Safari, and not Baseline Newly Available.
Perhaps the BCD keys from the interface
datagramsexposes: https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream#browser_compatibilityDo you have any supporting links, references, or citations?
writablebeing deprecated/non-standard: https://developer.mozilla.org/en-US/docs/Web/API/WebTransportDatagramDuplexStream/writableDo you have anything more you want to share?
A user reported their confusion with this through Discord: