-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
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 TypeScriptHelp WantedYou can do thisYou can do this
Description
π Search Terms
AbortSignal
π Version & Regression Information
- This changed in commit or PR DOM update 2024-04-16 #58211
β― Playground Link
π» Code
// this method does not exist
new AbortSignal().any([])
π Actual behavior
TypeScript doesn't give Property 'any' does not exist on type 'AbortSignal'.(2339)
.
π Expected behavior
TypeScript gives Property 'any' does not exist on type 'AbortSignal'.(2339)
.
Additional information about the issue
No response
Fayti1703, danswann and lemingowaty
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 TypeScriptHelp WantedYou can do thisYou can do this