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

Chrome 22 doesn’t seem to support callable regex #34

Closed
mathiasbynens opened this issue Jul 2, 2012 · 1 comment
Closed

Chrome 22 doesn’t seem to support callable regex #34

mathiasbynens opened this issue Jul 2, 2012 · 1 comment

Comments

@mathiasbynens
Copy link
Contributor

The “CH 7-10” column says callable regex is supported, but I’m getting a “NO” in the “this browser” column when using Chrome Canary v22.0.1187.0. I’m not sure if this is a typo, a false positive in the test, or a regression in Chrome. I haven’t tested other Chrome versions.

@kangax
Copy link
Collaborator

kangax commented Jul 3, 2012

This is a deliberate change in webkit. They removed callable regexes recently, together with Mozilla as one of those non-standard, hazardous, hard-to-optimize (and hairy in other ways) features.

We'll need to update table with newer Chrome results.

@kangax kangax closed this as completed Jul 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants