postmessage icon indicating copy to clipboard operation
postmessage copied to clipboard

Message data problem in IE 8 / 9

Open edriang opened this issue 10 years ago • 0 comments

I had a problem with message data in IE 8 and 9. Sent message object was received as "[Object object]" literal string, instead of object values.

I had to do JSON.stringify and JSON.parse to perform communication efectively, but I think that this should be included in the library or at least documented.

Thanks for the script anyway!

edriang avatar Jul 01 '14 12:07 edriang