Re: Necko e10s specs
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Robert O'Callahan wrote: > If the success or failure of the close operation is not visible to the > caller, can we make close() async for cross-domain calls? Or just make > it async always? Hmm. It _is_ visible, sort of, since if the close fails the callee can then call close() on the caller, for example.... -Boris