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
Copy file name to clipboardExpand all lines: tsserver/lib.dom.iterable.d.ts
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ interface IDBDatabase {
139
139
interfaceIDBObjectStore{
140
140
/**
141
141
* Creates a new index in store with the given name, keyPath and options and returns a new IDBIndex. If the keyPath and options define constraints that cannot be satisfied with the data already in store the upgrade transaction will abort with a "ConstraintError" DOMException.
142
-
*
142
+
*
143
143
* Throws an "InvalidStateError" DOMException if not called within an upgrade transaction.
0 commit comments