-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels