Re: Sync API for workers

On Wed, Sep 5, 2012 at 7:03 PM, Jonas Sicking <jonas@sicking.cc> wrote:
> [Constructor]
> interface MessageChannel {
>   readonly attribute MessagePortSyncSide syncPort;
>   readonly attribute MessagePortAsyncSide asyncPort;
> };

This should of course say SyncMessageChannel.

/ Jonas

Received on Thursday, 6 September 2012 02:14:57 UTC