- From: Joshua Bell <notifications@github.com>
- Date: Thu, 23 Mar 2017 16:27:21 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 March 2017 23:28:27 UTC
DOMStrings are not UTF-16. They are sequences of 16-bit code units; they are not required to be valid UTF-16. This is equivalent to calling `sort()` on an ECMAScript array of strings, which is the model for the behavior. I'll add a note. -- 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/179#issuecomment-288890821
Received on Thursday, 23 March 2017 23:28:27 UTC