Bug 159146 - Add setlike specific methods and attribute
Summary: Add setlike specific methods and attribute
Status: RESOLVED DUPLICATE of bug 159140
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on: 159140
Blocks:
  Show dependency treegraph
 
Reported: 2016-06-27 06:26 PDT by youenn fablet
Modified: 2017-02-02 08:16 PST (History)
0 users

See Also:


Attachments
Patch (41.79 KB, patch)
2016-06-27 07:10 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2016-06-27 06:26:00 PDT
As specified in https://heycam.github.io/webidl/#idl-setlike, in addition to iterable-like methods, netlike interfaces also support:
- size attribute
- has method
- add, remove and clear methods for writable setlike interfaces.
Comment 1 youenn fablet 2016-06-27 07:10:09 PDT
Created attachment 282130 [details]
Patch
Comment 2 youenn fablet 2017-02-02 08:16:43 PST

*** This bug has been marked as a duplicate of bug 159140 ***