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
When using either the parent or child version of seamless.js I get the following message in the console: You must install the postmessage.js module to use seamless.js. I did not find a mention of postmessage in the install instructions.
I tried using seamless.child.nopm.js because I assumed that "nopm" would mean "no postmessage", but the result is the same.
I am using Seamless 1.2.0.
The text was updated successfully, but these errors were encountered:
There is a weird bug where seamless initialises postmessage under the 'pm' property of the window object. But in some cases where seamless is called directly by another script, the window object is not passed in. It kind of expects seamless to be called by the html document so that the script runs under the window context i.e. this = window
When using either the parent or child version of seamless.js I get the following message in the console:
You must install the postmessage.js module to use seamless.js
. I did not find a mention of postmessage in the install instructions.I tried using
seamless.child.nopm.js
because I assumed that "nopm" would mean "no postmessage", but the result is the same.I am using Seamless 1.2.0.
The text was updated successfully, but these errors were encountered: