What are all the browsers that support the window.postMessage
call now? I am looking for browsers that support it natively, not through an iFrame hack.
postMessage is supported in IE8+ HOWEVER
postMessage
as soon as page loads (I'm assuming this has to do with the iframe you are posting to needing time to load).setTimeout
to wait one or two seconds before calling postMessage
.If you want to start with a demo which actually does work in IE, check out this nifty tutorial by Ilya Kantor