Re: [w3c/IndexedDB] Add note about sorting by code unit (#182)

... and/or note that a locale-aware sort could be done with:

`Array.from(db.objectStoreNames).sort(new Intl.Collator('fr').compare)`



-- 
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/182#issuecomment-289119337

Received on Friday, 24 March 2017 19:17:46 UTC