-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data for Set.prototype.keys (alias of values) (#8932)
This is part of the spec and the MDN page redirects: https://tc39.es/ecma262/#sec-set.prototype.keys https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/keys All that's missing is the support in BCD. It looks as though `keys` and `values` were introduced at the same time in all cases. https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8881 was tested in the following browsers: - Chrome 37 + 38 on Windows 7 - Edge 15 on Windows 10 (not 12, so leaves room for error) - Firefox 23 + 24 on Windows 7 - Safari on iOS 8 (7 not tested) Node.JS 0.12.18 was manually tested, and Set.prototype.keys is there. The remaining changes are Chromium-based browsers and assumed to match Chrome desktop.
- Loading branch information
Showing
1 changed file
with
108 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters