[Bug 16013] objectStoreNames order should be specified (alphabetic?)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16013

--- Comment #8 from Odin Hørthe Omdal <odinho@opera.com> 2012-02-24 12:57:44 UTC ---
Reading objectStoreNames and indexNames may not be what you do as your bread
and butter, but it's nice having them interoperable between implementations. We
never know what crazy code someone will write ;-)

I really prefer the stupid lexical sort over creation order, because of the
implementation issue Joshua highlighted.

Lexical is just an easy sort right before returning the names. Creation order
on the other hand means we've got to store extra information about every object
store and index.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 24 February 2012 12:57:52 UTC