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

In the past I think this was covered by WebIDL accepting anything with length and indexed properties for sequence arguments, which DOMStringList satisfied. I believe that changed?

Anyway, @rniwa is correct about the use case and I think Blink even has tests for this. (I'm on my phone at the moment.) so we should fix in spec-land somehow, either making DOMStringList iterable or changing the method. 

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

Received on Saturday, 20 August 2016 17:00:51 UTC