Import the latest changes from typescript-DOM-lib-generator
repo to make the latest APIs available #52025
Description
lib Update Request
I just want the latest changes from TypeScript-DOM-lib-generator
repository to be applied to this repo so that I can use the latest APIs available.
In particular, I want PublicKeyCredential.isConditionalMediationAvailable
, which is already available in the TypeScript-DOM-lib-generator
's baseline file: https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/0337998b669df62d10f3acb96cc2f7c2382bbfda/baselines/dom.generated.d.ts#L11245
I tried updating it myself using the scripts in TypeScript-DOM-lib-generator
, but I had no luck: #52024
I couldn't find the specific documentation on how to "import" the latest generated file to this repository.
Configuration Check
My compilation target is ES2015
and my lib is the default
.
Missing / Incorrect Definition
Sample Code
Documentation Link
It's already available in the MDN docs too, and has support by more than 2 browsers https://developer.mozilla.org/docs/Web/API/PublicKeyCredential
(This shouldn't matter anyway, because the change is already in the baselines/
folder of DOM-lib-generator
repo.