Open
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