Skip to content

Commit 64f9d6c

Browse files
committed
Bug 1835039 [wpt PR 40221] - Sync interfaces/ with webref/idl 3.34.2, a=testonly
Automatic update from web-platform-tests Sync interfaces/ with webref/idl 3.34.2 (#40221) Co-authored-by: wpt-pr-bot <wpt-pr-botusers.noreply.github.com> -- wpt-commits: 9079b57cc7fa4f35864954ff53083ed33b8c4a1e wpt-pr: 40221 UltraBlame original commit: f43bba7eb3fe6f96cde88f26b183ee7c76256908
1 parent 855d458 commit 64f9d6c

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

testing/web-platform/tests/interfaces/fenced-frame.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ webref
3636
Source
3737
:
3838
Fenced
39-
frame
39+
Frame
4040
(
4141
https
4242
:

testing/web-platform/tests/interfaces/webtransport.idl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,12 @@ WebTransportSendStream
439439
:
440440
WritableStream
441441
{
442+
attribute
443+
long
444+
long
445+
?
446+
sendOrder
447+
;
442448
Promise
443449
<
444450
WebTransportSendStreamStats
@@ -577,7 +583,8 @@ source
577583
;
578584
readonly
579585
attribute
580-
octet
586+
unsigned
587+
long
581588
?
582589
streamErrorCode
583590
;
@@ -596,7 +603,8 @@ stream
596603
[
597604
Clamp
598605
]
599-
octet
606+
unsigned
607+
long
600608
?
601609
streamErrorCode
602610
=

0 commit comments

Comments
 (0)