From 59237d195f6afa0d8927128751ba5ff4562d7cce Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 28 May 2021 09:33:11 +1000 Subject: feat(cli): upgrade to TypeScript 4.3 (#9960) --- cli/dts/lib.webworker.iterable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.webworker.iterable.d.ts') 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, options?: IDBIndexParameters): IDBIndex; -- cgit v1.2.3