jquery-indexeddb
jquery-indexeddb copied to clipboard
JQuery Indexeded.d.ts flaws
The promise interfaces generate errors. interface JQueryIDBPromise extends JQueryPromise Error 1 Interface 'JQueryIDBPromise' cannot extend interface 'JQueryPromise<T>': Types of property 'done' of types 'JQueryIDBPromise' and 'JQueryPromise<T>' are incompatible: Call signatures of types '(db: IDBDatabase, event: Event) => void' and '(...doneCallbacks: any[]) => JQueryPromise<T>' are incompatible. C:\Users\David Fowler\Dropbox\Development\Projects\SlingshotWeb\IndexDBTest\jquery.indexeddb.d.ts 11 11 IndexDBTest.ts
Please fix this for TS