Re: Service worker spec should probably not use IDL arrays

On May 9, 2014 12:19 PM, "Boris Zbarsky" <bzbarsky@mit.edu> wrote:
>
> IDL arrays are not really supported by any UA, and it's not clear to me
that any plan to do it.  The trend has been toward using ES arrays instead
(which typically means IDL sequences).
>
> At first glance, every use of IDL arrays in service workers could in fact
be a sequence without causing any obvious problems....
>

Addressed:
https://github.com/slightlyoff/ServiceWorker/commit/0035befac6c49df5b2e7a171ce26aa96c516a32d

Thanks for the comment.

> -Boris
>

Received on Friday, 9 May 2014 04:05:29 UTC