2.0.1
-
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
orunsubscribe
were invoked directly.var publish = framebus.publish; publish('event');