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

JSON.stringify and Prototype #17

Open
edsu opened this issue Aug 20, 2013 · 0 comments
Open

JSON.stringify and Prototype #17

edsu opened this issue Aug 20, 2013 · 0 comments

Comments

@edsu
Copy link
Contributor

edsu commented Aug 20, 2013

I ran into some strange list flattening behavior when objects were passed over the channel, and tracked it down to Prototype changing the behavior of JSON.stringify which is discussed here. The app I am working on is injected into pages outside of my control, so I need to make sure that Prototype's JSON.stringify isn't being used.

My question is, does it make sense for jschannel to make sure that this broken JSON.stringify from Prototype isn't being used accidentally, to save other people the heartache of tracking down this problem? Or is this something that I should do in my app?

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

1 participant