-
Notifications
You must be signed in to change notification settings - Fork 264
Can we remove our silly JSON.stringify polyfill from examples? #658
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
Comments
I wouldn't do it in master yet, as people might just copy-paste and be confused because jQuery 1.x is compatible with IE6+. That being said, I think we can just do this in the |
I can PR if everybody agrees. |
We could also just use http://api.jquery.com/jQuery.param/ instead? I just On Wed, Feb 18, 2015 at 11:27 AM, Arthur Verschaeve <
|
JSON is a little more readable IMHO, but fine with that as well. |
I Agree that JSON is indeed more readable... I just don't think that JSON On Wed, Feb 18, 2015 at 11:31 AM, Arthur Verschaeve <
|
PR gh-661. |
http://caniuse.com/#search=json - support back to IE8
The example in
jQuery.extend()
has a pretty complex "fake stringify" method and seems overly complex for todays needs.api.jquery.com/entries/jQuery.extend.xml
Line 59 in 03fcbfb
The text was updated successfully, but these errors were encountered: