You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Let |map| be the result of running [=/obtain a local storage bottle map=] with |environment| and <code>"indexedDB"</code>. If this returns failure, [=/reject=] |p| with a "{{SecurityError}}" {{DOMException}} and terminate these steps.
2346
2346
2347
-
1. [=map/For each=] |name| → |db| of |map|:
2347
+
1. [=map/For each=] |db| of |map|'s [=map/values=]:
2348
2348
2349
2349
1. Let |info| be a new {{IDBDatabaseInfo}} dictionary.
2350
2350
1. Set |info|'s {{IDBDatabaseInfo/name}} dictionary member to |db|'s [=database/name=].
0 commit comments