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
You probably couldn't get it to work because postMessage() used to be on document. Opera's implementation predated the specification of window.postMessage().
Would be nice to fix this, because it's unusable in Opera today--history is clobbered.
The text was updated successfully, but these errors were encountered:
https://github.com/cowboy/jquery-postmessage/blob/master/jquery.ba-postmessage.js#L67
You probably couldn't get it to work because postMessage() used to be on document. Opera's implementation predated the specification of window.postMessage().
Would be nice to fix this, because it's unusable in Opera today--history is clobbered.
The text was updated successfully, but these errors were encountered: