oyvindkinsey / easyXDM

A javascript library providing cross-browser, cross-site messaging/method invocation.
http://easyxdm.net
MIT License
2.37k stars 265 forks source link

Fix the problem with exception after receiving msg from another source. #254

Closed methyl closed 6 years ago

methyl commented 10 years ago

The exception is thrown when event.data is another type than string. This is a case when using easyXDM and XDomain at the same time.