summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl')
-rw-r--r--chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl b/chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl
index 29f8cb5b4c6..2ee5578a1ab 100644
--- a/chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl
+++ b/chromium/third_party/blink/renderer/modules/webtransport/web_transport.idl
@@ -17,6 +17,11 @@
createBidirectionalStream();
readonly attribute ReadableStream incomingBidirectionalStreams;
+ readonly attribute DatagramDuplexStream datagrams;
+
+ // datagramWritable and datagramReadable are retained for backwards
+ // compatibility.
+ // TODO(ricea): Remove these before shipping.
readonly attribute WritableStream datagramWritable;
readonly attribute ReadableStream datagramReadable;