Skip to content

2.0.1

Compare
Choose a tag to compare
@mrak mrak released this 18 Aug 23:44
· 161 commits to main since this release
  • Do not throw exceptions window.opener existed but has already closed.

  • Do not throw exceptions when a frame.postMessage is denied.

  • Exceptions are no longer thrown when publish, subscribe or unsubscribe were invoked directly.

      var publish = framebus.publish;
      publish('event');