This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22859 - use built-in ToUint8 etc. abstract operations
Summary: use built-in ToUint8 etc. abstract operations
Status: RESOLVED WONTFIX
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-02 06:15 UTC by Cameron McCormack
Modified: 2016-11-12 01:07 UTC (History)
3 users (show)

See Also:


Attachments

Description Cameron McCormack 2013-08-02 06:15:15 UTC
http://www.w3.org/mid/CAJ8+Goi38TphiQu_ig9RLVac8pFdJ+k8gnBvuShw+5XPYEdNgw@mail.gmail.com points out that ES6 now has built-in abstract operations for ToUint8, etc., so we can reuse those rather than keep defining them in Web IDL.
Comment 1 Domenic Denicola 2016-11-12 01:07:38 UTC
As of https://github.com/heycam/webidl/commit/1bb4774e48acdf8bfaf32a56bfc03d5e32bd69ed Tobie took a different approach which is less amenable to using the ES operations but is IMO better. I think we can close this.