- From: Joshua Bell <notifications@github.com>
- Date: Thu, 23 Mar 2017 20:23:48 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 03:24:28 UTC
"\u0000" is valid input when creating a name - so no special case. Unless you meant nullable string, in which case that'd be `DOMString?` in WebIDL parlance, but the inputs here are not nullable. Tests here, BTW: https://github.com/w3c/web-platform-tests/blob/master/IndexedDB/string-list-ordering.htm (Yes, even covers surrogate pairs being sorted by code unit.) -- 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/pull/184#issuecomment-288923410
Received on Friday, 24 March 2017 03:24:28 UTC