jquery-indexeddb icon indicating copy to clipboard operation
jquery-indexeddb copied to clipboard

JQuery Indexeded.d.ts flaws

Open dfowler7437 opened this issue 11 years ago • 0 comments

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

dfowler7437 avatar Dec 20 '13 04:12 dfowler7437