[Webkit-unassigned] [Bug 256640] New: Partial Sync 'TextDecoderStream.idl' based on WebIDL Spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 04:42:11 PDT 2023


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

            Bug ID: 256640
           Summary: Partial Sync 'TextDecoderStream.idl' based on WebIDL
                    Spec
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

It is just to align WebKit's TextDecoderStream.idl file with Web-Spec:

Web-Spec: https://encoding.spec.whatwg.org/#interface-textdecoderstream

We have:

constructor(optional DOMString label, optional any options);

While as per spec, it should be:

constructor(optional DOMString label = "utf-8", optional TextDecoderOptions options = {});

___________

Changing above works and does progress any WPT but align us with web-spec.

___________

Similarly, spec has also to add this:

TextDecoderStream includes TextDecoderCommon;
TextDecoderStream includes GenericTransformStream;

___________

But just want it to be partial to fix 'constructor' bit rather than latter.

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/20230511/ba612bfc/attachment-0001.htm>


More information about the webkit-unassigned mailing list