Bug 264564
| Summary: | Add missing 'optional' in constructor of 'RTCIceCandidate.idl' as per WebIDL Specification | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Hi Team,
While looking into 'IDLHarness' failures in WebRTC world, I noticed that we are failing two tests (but this is just about one of them), where we didn't align with web-spec.
Web-Spec: https://w3c.github.io/webrtc-pc/#rtcicecandidate-interface
Current: constructor(RTCIceCandidateInit candidateInitDict);
Expected: constructor(optional RTCIceCandidateInit candidateInitDict = {});
___
WPT Test: https://wpt.live/webrtc/idlharness.https.window.html
^ From it, it progresses > RTCIceCandidate interface object length
___
Just wanted to raise, so we can fix it.
Adding relevant tags as well.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 270552@main (ee948a9bf670): <https://commits.webkit.org/270552@main>
Reviewed commits have been landed. Closing PR #20302 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/118243459>