Re: Synchronous postMessage for Workers?

On Fri, Nov 18, 2011 at 9:07 AM, Glenn Maynard <glenn@zewt.org> wrote:

> On Fri, Nov 18, 2011 at 11:50 AM, David Levin <levin@chromium.org> wrote:
>
>> So the primary use case is code in the worker which has no other (async)
>> messages coming in?
>>
>
> No--you can always create another message channel for other types of
> messages, if you need to.
>

I'll try again. :)

The primary use case is one in which messages sent to
DedicatedWorkerGlobalScope are reserved for synchronous messaging.

dave

Received on Friday, 18 November 2011 17:19:12 UTC