-
Notifications
You must be signed in to change notification settings - Fork 13.4k
IDBRequest result attribute typed as any #25547
Copy link
Copy link
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 TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Milestone
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 TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Type
Fields
Give feedbackNo fields configured for issues without a type.
TypeScript Version: master
Search Terms: IDBRequest
Code
Expected behavior:
notValidKeyshould not be accepted in the second argument tocreateObjectStoreActual behavior: Since
req.resultis typed asany, anything goesPlayground Link: link
Related Issues: none