- From: Joshua Bell <notifications@github.com>
- Date: Thu, 22 Dec 2016 17:37:59 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 23 December 2016 01:38:26 UTC
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