- From: Joshua Bell <notifications@github.com>
- Date: Mon, 09 Jan 2017 12:59:32 -0800
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 January 2017 21:00:28 UTC
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