Skip to content

Releases: mieweb/iframe-sync

"Ready" changes

07 Mar 14:52
Compare
Choose a tag to compare

Resolves issue #2

  • Client's recv method will now always be called after the client calls ready, even if the state is nothing but an empty object
  • Client's recv method will be passed a boolean parameter to indicate that the update is in response to their ready call and not actually a "new" state

Checking for window and window.parent

27 Feb 17:05
Compare
Choose a tag to compare
Now checking for presence of window and window.parent before

operating on them.

Changed main script name to index.js

27 Feb 16:47
Compare
Choose a tag to compare
1.0.1

Renamed iframe-sync.js to index.js for easier importing.