[Bug 22866] New: remove Object.prototype.toString override and use ES6 @@toStringTag instead

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

            Bug ID: 22866
           Summary: remove Object.prototype.toString override and use ES6
                    @@toStringTag instead
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: cam@mcc.id.au
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

With ES6 we can get rid of the overridden Object.prototype.toString function
and define @@toStringTag properties on objects to get the same effect. 
http://www.w3.org/mid/CAJ8+Gogzsgr4Quw-SVvKwJX7y5LsaeSG+fWL8DHzLrvaCfrj=Q@mail.gmail.com
describes the solution.

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

Received on Saturday, 3 August 2013 05:07:45 UTC