- From: Joshua Bell <notifications@github.com>
- Date: Tue, 19 May 2020 12:51:26 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 May 2020 19:51:38 UTC
@inexorabletash commented on this pull request. > @@ -2503,8 +2500,8 @@ must return [=/this=]'s [=connection/version=]. [=/upgrade transaction=]. </div> -The <dfn attribute for=IDBDatabase>objectStoreNames</dfn> attribute's -getter must return a {{DOMStringList}} associated with a [=sorted name list=] of the [=object-store/names=] of +The <dfn attribute for=IDBDatabase>objectStoreNames</dfn> getter steps are to +return a {{DOMStringList}} associated with a [=sorted name list=] of the [=object-store/names=] of the [=/object stores=] in [=/this=]'s [=object store set=]. Fixed - sadly by inserting "new" in each such site, at least per Chrome's impl. I don't see WPT for this, so it might be web compatible to change. It gets weird for IDBTransaction's `objectStoreNames` property since that can change over time. In any case this isn't a method that's ever going to be a performance bottleneck so it's not a big deal. -- 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/335#discussion_r427559747
Received on Tuesday, 19 May 2020 19:51:38 UTC