Re: connection ceremony for iframe postMessage communications

On 2/9/12 1:15 PM, John J Barton wrote:
> This leads developers to look for events that will tell them about
> 'load' on iframes, and that leads them to try
> iframe.contentWindow.addEventListener(). It works fine for same-domain
> iframes, but fails for cross-domain.

Adding a load listener to the iframe element itself should work for 
this, no?

That doesn't help with the second problem, of course....

-Boris

Received on Thursday, 9 February 2012 19:49:50 UTC