summaryrefslogtreecommitdiff
path: root/cli/dts/lib.webworker.iterable.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/dts/lib.webworker.iterable.d.ts')
-rw-r--r--cli/dts/lib.webworker.iterable.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.webworker.iterable.d.ts b/cli/dts/lib.webworker.iterable.d.ts
index cef75d9e6..2f3bdc936 100644
--- a/cli/dts/lib.webworker.iterable.d.ts
+++ b/cli/dts/lib.webworker.iterable.d.ts
@@ -80,7 +80,7 @@ interface IDBDatabase {
interface IDBObjectStore {
/**
* 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.
- *
+ *
* Throws an "InvalidStateError" DOMException if not called within an upgrade transaction.
*/
createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIndex;