-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix itThe severity and priority of this issue do not warrant the time or complexity needed to fix it
Description
TypeScript Version: 2.3.4
Why the WebKitEntriesCallback use in the readEntries method of a WebKitDirectoryReader has an Event object for parameter ? I think it should return an array of WebKitEntry.
Expected behavior:
interface WebKitEntriesCallback {
(entries: WebKitEntry[]): void;
}Actual behavior:
interface WebKitEntriesCallback {
(evt: Event): void;
}Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptWon't FixThe severity and priority of this issue do not warrant the time or complexity needed to fix itThe severity and priority of this issue do not warrant the time or complexity needed to fix it