Skip to content

Commit 1635840

Browse files
committed
chore: remove url for RTCPeerConnectionIceEventInit
1 parent ecc0f5e commit 1635840

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
17641764

17651765
interface RTCPeerConnectionIceEventInit extends EventInit {
17661766
candidate?: RTCIceCandidate | null;
1767-
url?: string | null;
17681767
}
17691768

17701769
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {

baselines/ts5.5/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,6 @@ interface RTCPeerConnectionIceErrorEventInit extends EventInit {
17641764

17651765
interface RTCPeerConnectionIceEventInit extends EventInit {
17661766
candidate?: RTCIceCandidate | null;
1767-
url?: string | null;
17681767
}
17691768

17701769
interface RTCReceivedRtpStreamStats extends RTCRtpStreamStats {

inputfiles/removedTypes.jsonc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,13 @@
705705
}
706706
}
707707
},
708+
"RTCPeerConnectionIceEventInit": {
709+
"members": {
710+
"member": {
711+
"url": null // Safari +12 only
712+
}
713+
}
714+
},
708715
"RTCEncodedAudioFrameMetadata": {
709716
"members": {
710717
"member": {

0 commit comments

Comments
 (0)