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

Fix JavaScript RegExp #728

Closed
Jooseppi12 opened this issue Jul 26, 2017 · 2 comments
Closed

Fix JavaScript RegExp #728

Jooseppi12 opened this issue Jul 26, 2017 · 2 comments

Comments

@Jooseppi12
Copy link
Member

Jooseppi12 commented Jul 26, 2017

There are various browsers that don't implement the newest EcmaScript standard, so the replace, match, split and search methods on a regex value are not working as expected in those browsers.

@granicz
Copy link
Member

granicz commented Jul 26, 2017

Just to clarify, the reason for a breaking change was updating the regex bindings to match the latest, unsupported standard. This should be fixed by reverting to using members on strings.

@Jand42
Copy link
Member

Jand42 commented Jul 26, 2017

@Jooseppi12 There is a Warn attribute added in beta7 with WIG support that could be used to annotate non-standard members. The original intent was that you can put it on proxy methods that does not behave exactly as in .NET bc of some reason, but it fits this use too better than Deprecated.

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

3 participants