- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 08 May 2014 23:17:48 -0400
- To: public-webapps <public-webapps@w3.org>
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