Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JQuery Indexeded.d.ts flaws #61

Open
dfowler7437 opened this issue Dec 20, 2013 · 0 comments
Open

JQuery Indexeded.d.ts flaws #61

dfowler7437 opened this issue Dec 20, 2013 · 0 comments

Comments

@dfowler7437
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant