Re: [w3c/IndexedDB] transaction should either take DOMStringList or DOMStringList needs to be iterable (#85)

Turns out this is moot. Per [WebIDL](https://heycam.github.io/webidl/#es-iterator)

> If the interface has any of the following:
>
> * ...
> * an indexed property getter and an integer-typed attribute named “length”
> * ...
>
> then a property must exist whose name is the @@iterator symbol...

TIL Blink and Gecko already implement this. Wheee!

Blink tosses DOMStringList into the union but that's an implementation detail - the spec is fine.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/85#issuecomment-272587319

Received on Saturday, 14 January 2017 00:58:38 UTC