[whatwg] onclose events for MessagePort
Boris Zbarsky
bzbarsky at MIT.EDU
Tue Oct 1 10:29:37 PDT 2013
On 10/1/13 12:58 PM, Ian Hickson wrote:
> If the browser crashes, it's not going to be able to send messages anyway
This concept of "the browser"...
The situation being considered here is that you have two web pages in
two different OS-level processes that have a MessageChannel between
them. One of the OS-level processes crashes (and hence obviously can't
send any more messages, as you note). The other one would like to know
that its counterparty is gone. How should it find out? That's the
problem I think Ehsan is trying to solve.
-Boris
More information about the whatwg
mailing list