Open atlowChemi opened 7 months ago
ES2015
dom.d.ts
The following commit https://github.com/microsoft/TypeScript-DOM-lib-generator/commit/bea9dde85b32a9318f4ccc7731d1d03f6a1bbb99 added the AbortSignal.any static method to the TypeScript-DOM-lib-generator repo. These changes don't seem to have landed in dom.d.ts, would be great if they could be pulled in! 🙏🏽
AbortSignal.any
TypeScript-DOM-lib-generator
AbortSignal.any([])
https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static
looks like done in https://github.com/microsoft/TypeScript/pull/58211, and released in 5.5.0-beta
⚙ Compilation target
ES2015
⚙ Library
dom.d.ts
Missing / Incorrect Definition
The following commit https://github.com/microsoft/TypeScript-DOM-lib-generator/commit/bea9dde85b32a9318f4ccc7731d1d03f6a1bbb99 added the
AbortSignal.any
static method to theTypeScript-DOM-lib-generator
repo. These changes don't seem to have landed indom.d.ts
, would be great if they could be pulled in! 🙏🏽Sample Code
Documentation Link
https://developer.mozilla.org/docs/Web/API/AbortSignal/any_static