Boris Zbarsky (2013-10-30T17:51:26.000Z)
domenic at domenicdenicola.com (2013-11-03T22:29:39.640Z)
On 10/30/13 7:57 AM, Anne van Kesteren wrote: > This is different from how sequence<T> behaves in IDL. (It uses array-likes.) :/ We could change that if we change all DOM arraylikes to be iterables (which they already are, I suspect). The biggest compat issue will be cases that pass `{ "length": 1, 0: "x" }` to a sequence<DOMString> or something, but do people do this in practice?