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
In version 1.3.0, seamless.child.js, it throws error when it receives a post message with data property null. JSON.parse(e.data) returns null value and assigns to msg, afterwards if(!msg.type) blows out with null object error. Line 215
The text was updated successfully, but these errors were encountered:
In version 1.3.0, seamless.child.js, it throws error when it receives a post message with data property null.
JSON.parse(e.data)
returns null value and assigns to msg, afterwardsif(!msg.type)
blows out with null object error.Line 215
The text was updated successfully, but these errors were encountered: