Skip to content

JQuery Indexeded.d.ts flaws #61

@dfowler7437

Description

@dfowler7437

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions