Re: [w3c/IndexedDB] sorted list by code unit (#179)

"that this is an index, not just a bag of strings" 

The "sorted list" construct is used _only_ when getting the names of a set of object stores or indexes:

* [IDBDatabase.objectStoreNames](https://w3c.github.io/IndexedDB/#dom-idbdatabase-objectstorenames)
* [IDBObjectStore.indexNames](https://w3c.github.io/IndexedDB/#dom-idbobjectstore-indexnames)
* [IDBTransaction.objectStoreNames](https://w3c.github.io/IndexedDB/#dom-idbtransaction-objectstorenames)

The names are identifiers specified by the developer in code.

And... this is unchanged since the first version of the spec (the latter is new, but must be consistent), and is interoperably deployed in all browsers already.



-- 
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-288901158

Received on Friday, 24 March 2017 00:38:16 UTC