Service worker spec should probably not use IDL arrays

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....

-Boris

Received on Friday, 9 May 2014 03:18:18 UTC