reactive icon indicating copy to clipboard operation
reactive copied to clipboard

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

Open nafg opened this issue 13 years ago • 2 comments

nafg avatar Jul 20 '11 08:07 nafg

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

nafg avatar Aug 24 '11 04:08 nafg

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)

nafg avatar Aug 24 '11 04:08 nafg