TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

Tool for generating dom related TypeScript and JavaScript library files

Results 208 TypeScript-DOM-lib-generator issues
Sort by recently updated
recently updated
newest added

Provides `navigator.userAgentData` for User-Agent Client Hints values as per https://wicg.github.io/ua-client-hints/

Waiting on standards

# lib Update Request ## Configuration Check My compilation *target* is `esnext` and my *lib* is `['esnext', 'dom']`. ## Missing / Incorrect Definition `navigator.mediaDevices` (and potentially everything that doesn't exist...

In the currently generated lib types, SVGRect is equivalent to DOMRect. The [initial SVG recommendation of SVGRect](https://www.w3.org/TR/SVG11/types.html#InterfaceSVGRect) is as an independent interface, not associated with DOMRect. While the [Geometry Interfaces...

Fixes --- ~~Note that I’d prefer if there was a way to filter based on the source **WebIDL** file, rather than the current `Flavor` const enum approach.~~ This now uses...

# Bug Report ### 🔎 Search Terms WebCrypto, Crypto, getRandomValues ### 🕗 Version & Regression Information - This changed in 4.4 ### Description Here is W3C spec for [Crypto interface](https://www.w3.org/TR/WebCryptoAPI/#crypto-interface)....

Depends on https://github.com/whatwg/webidl/pull/526. (Not sure that's the best name btw.)

Because package.json is not being updated. This can be a hurdle for contributors.

E.g. trying to call `AbortSignal` with new throws `Illegal constructor` error. ``` > new AbortSignal() Uncaught TypeError: Illegal constructor. ``` This is not currently handled by the declaration: ``` declare...

Hi all -- big fan of the splitting of types out of typescript core. I looked through the already published packages and docs and dont see any versioning scheme (aside...