You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: