The question is, should we be supporting only well-formed Unicode or all byte strings?
Bug 1300205 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The question is, should we be supporting only well-formed Unicode or all byte strings as keys for indexedDB?
~~The question is, should we be supporting only well-formed Unicode or all byte strings as keys of string type for indexedDB?~~ According to https://www.w3.org/TR/IndexedDB/#name and https://webidl.spec.whatwg.org/#idl-DOMString, we should support "the set of all possible sequences of code units" so this is valid.