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

Also, re:

> it should probably throw some other error since "unsigned long" is leaking an implementation detail.

The `unsigned long` type is an IDL type, so that's spec not implementation. https://heycam.github.io/webidl/#idl-unsigned-long

A C++ implementation would probably use `uint32_t` for that.

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

Received on Monday, 9 January 2017 21:00:28 UTC