- From: Boris Zbarsky <bzbarsky@mit.edu>
- Date: Fri, 24 Oct 2014 14:48:12 -0400
- To: public-webappsec@w3.org
On 10/24/14, 7:13 AM, Anne van Kesteren wrote: > We might be ready to reconsider this. For some values of "we"... ;) > I was wondering though whether > the API can still be made asynchronous given everyone's out-of-process > <iframe> aspirations. Why bother? The returned thing is an invariant of the browsing context (and hence of any Window in that browsing context, etc). So you can just save it when initially creating the browsing context and then you always have it in-process when you need it, I think. -Boris
Received on Friday, 24 October 2014 18:48:37 UTC