This also undoes the git submodule and directly copies the source.
The issue here is that postmessage is passing "this" as window which is only sometimes correct. When including the file with webpack or another module bundler, "this" is actually the export object. This results in postmessage not being correctly added to the window object. Seamless cannot then find it.
This also undoes the git submodule and directly copies the source.
The issue here is that postmessage is passing "this" as window which is only sometimes correct. When including the file with webpack or another module bundler, "this" is actually the export object. This results in postmessage not being correctly added to the window object. Seamless cannot then find it.