We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
Fixed by #400
Sorry, something went wrong.
tcare
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: