joshfraser/postmessage

Message data problem in IE 8 / 9

Opened this issue · 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!