[Webkit-unassigned] [Bug 264564] New: Add missing 'optional' in constructor of 'RTCIceCandidate.idl' as per WebIDL Specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 10 03:43:01 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=264564

            Bug ID: 264564
           Summary: Add missing 'optional' in constructor of
                    'RTCIceCandidate.idl' as per WebIDL Specification
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat, WPTImpact
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231110/7effc31f/attachment.htm>


More information about the webkit-unassigned mailing list