[IndexedDB] Support binary keys (#21)

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