Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Array.prototype.includes by default #23

Closed
abchatra opened this issue Jan 7, 2016 · 1 comment
Closed

Enable Array.prototype.includes by default #23

abchatra opened this issue Jan 7, 2016 · 1 comment
Assignees

Comments

@abchatra
Copy link
Contributor

abchatra commented Jan 7, 2016

Array.prototype.includes (spec) is in stage 4 of ES2016 spec. This needs to be enabled by default for ChakraCore and Edge.

This built-in is currently under -ES7Builtins flag and can be enabled through experimental flag.

Note Array.prototype.includes should be added to @@unscopables (See raw TC39 notes)

@abchatra
Copy link
Contributor Author

Fixed by #400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants