Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Make DOMEvent case classes reflect browser's Event object, for simpler encoding #19

Open
nafg opened this issue Jul 20, 2011 · 2 comments

Comments

@nafg
Copy link
Owner

nafg commented Jul 20, 2011

No description provided.

@nafg
Copy link
Owner Author

nafg commented Aug 24, 2011

Maybe not --- data:text/html,Click me yields Uncaught TypeError: Converting circular structure to JSON on Chrome

@nafg
Copy link
Owner Author

nafg commented Aug 24, 2011

Would need to only use own json stringify function, and stop at recursion.
Does === work on recursive structures? E.g. what happens if you do:

var o = { x: 10 }
o.o = o

alert(o.o === o)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant