[Bug 26255] New: Remove decode() overload

https://www.w3.org/Bugs/Public/show_bug.cgi?id=26255

            Bug ID: 26255
           Summary: Remove decode() overload
           Product: WHATWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Encoding
          Assignee: annevk@annevk.nl
          Reporter: jsbell@google.com
        QA Contact: sideshowbarker+encodingspec@gmail.com
                CC: mike@w3.org, www-international@w3.org

TextDecoder IDL has:

  DOMString decode();
  DOMString decode(ArrayBufferView input, optional TextDecodeOptions options);

ISTM this could be written as:

  DOMString decode(optional ArrayBufferView input, optional TextDecodeOptions
options);

... which matches the description in the Note anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 2 July 2014 21:32:51 UTC