-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
The promise interfaces generate errors.
interface JQueryIDBPromise extends JQueryPromise
Error 1 Interface 'JQueryIDBPromise' cannot extend interface 'JQueryPromise':
Types of property 'done' of types 'JQueryIDBPromise' and 'JQueryPromise' are incompatible:
Call signatures of types '(db: IDBDatabase, event: Event) => void' and '(...doneCallbacks: any[]) => JQueryPromise' are incompatible. C:\Users\David Fowler\Dropbox\Development\Projects\SlingshotWeb\IndexDBTest\jquery.indexeddb.d.ts 11 11 IndexDBTest.ts
Please fix this for TS
Metadata
Metadata
Assignees
Labels
No labels