- From: Joshua Bell <notifications@github.com>
- Date: Fri, 13 Jan 2017 16:58:06 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 14 January 2017 00:58:38 UTC
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