- From: Joshua Bell <notifications@github.com>
- Date: Wed, 27 May 2015 11:37:45 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
Received on Thursday, 28 May 2015 03:11:22 UTC
Migrated from https://www.w3.org/Bugs/Public/show_bug.cgi?id=23332 * Align with WebIDL guidance: * Input is what WebIDL calls `BufferSource` - an `ArrayBuffer` or view * Output is an `ArrayBuffer` * Sort as unsigned octets (i.e. new ArrayBuffer([255]) > ArrayBuffer([0]) * Binary keys sort higher than strings, lower than arrays --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/21
Received on Thursday, 28 May 2015 03:11:22 UTC