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

Update IE/Edge compatibility of JavaScript functions #4896

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

queengooborg
Copy link
Contributor

This PR adds version numbers for IE and Edge for various JavaScript functions data points, determined via manual testing. Data is as follows:

javascript.functions - 3
javascript.functions.arguments - 3
javascript.functions.arguments.callee - 6 (already in data)
javascript.functions.arguments.length - 4
javascript.functions.arguments.@@iterator - 12
javascript.functions.arrow_functions - 12
javascript.functions.arrow_functions.trailing_comma - 12
javascript.functions.block_level_functions - 11
javascript.functions.default_parameters.destructured_parameter_with_default_value_assignment - 14
javascript.functions.get - 9 (already in data)
javascript.functions.get.computed_property_names - 12
javascript.functions.method_definitions - 12
javascript.functions.method_definitions.async_generator_methods - false
javascript.functions.method_definitions.async_methods - 15
javascript.functions.method_definitions.generator_methods_not_constructable - 13
javascript.functions.set - 9 (already in data)
javascript.functions.set.computed_property_names - 12

@ghost ghost added the data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Sep 29, 2019
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me, thank you! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants