Re: Necko e10s specs
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Boris Zbarsky wrote: > Robert O'Callahan wrote: >> The real question is what would break if close() was asynchronous? >> It's already kind of asynchronous when you close your own window... > > Right. I _think_ we could make it async and see what happens.... Though to be clear, it's not async when closing your own window; it happens at completion of the script. Which means no event processing unless you do sync XHR or some such. -Boris