[whatwg] Workers and queue of events

On Tue, Nov 18, 2008 at 10:09 PM, Dmitry Titov <dimich at chromium.org> wrote:
> Ok, it makes sense for OOM to treat it as other OOM cases.
> If I may ask your opinion about related thing: SharedWorkers potentially
> would run cross-process. IPC can stop/stuck for many reasons, taret process
> can die in the midflight (killed by the user from TaskManager for example).
> I guess in this case Worker.postMessage() could still just return as if
> everything is ok, but nothing would happen. Is it the right behavior?

I think it's OK to just drop messages in cases like this.

- a

Received on Tuesday, 18 November 2008 22:39:11 UTC