Re: [w3c/IndexedDB] Negative counts have inconsistent behavior in getAll()/getAllKeys() (#131)

Since the IDL specifies unsigned long, the algorithm never sees negative values. That's handled at the bindings layer.

The WebIDL spec would define how -1 converts to unsigned long. I don't recall off the top of my head, but without [EnforceRange] it shouldn't throw. 

-- 
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/131#issuecomment-268926947

Received on Friday, 23 December 2016 01:38:26 UTC