<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>26255</bug_id>
          
          <creation_ts>2014-07-02 21:32:50 +0000</creation_ts>
          <short_desc>Remove decode() overload</short_desc>
          <delta_ts>2014-07-03 13:19:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>Encoding</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joshua Bell">jsbell</reporter>
          <assigned_to name="Anne">annevk</assigned_to>
          <cc>bzbarsky</cc>
    
    <cc>mike</cc>
    
    <cc>www-international</cc>
          
          <qa_contact>sideshowbarker+encodingspec</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>108663</commentid>
    <comment_count>0</comment_count>
    <who name="Joshua Bell">jsbell</who>
    <bug_when>2014-07-02 21:32:50 +0000</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>108675</commentid>
    <comment_count>1</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2014-07-03 05:47:11 +0000</bug_when>
    <thetext>Ah yeah, I think we could not do this because dictionaries screwed that up, but that is probably fixed now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>108691</commentid>
    <comment_count>2</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2014-07-03 13:10:05 +0000</bug_when>
    <thetext>I don&apos;t see how dictionaries would have screwed this up.  Having both arguments optional should work.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>108693</commentid>
    <comment_count>3</comment_count>
    <who name="Anne">annevk</who>
    <bug_when>2014-07-03 13:19:04 +0000</bug_when>
    <thetext>Originally optional dictionary meant that the argument before could not be optional. We fixed that, but I never updated this.

https://github.com/whatwg/encoding/commit/6e531368f1a34755f5ba067e53f4d8b194e37bf1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>