Skip to content

Commit 0526329

Browse files
TypeScript Botsaschanaz
TypeScript Bot
andauthored
🤖 Update core dependencies (#1449)
Co-authored-by: saschanaz <[email protected]>
1 parent 74d256e commit 0526329

File tree

2 files changed

+99
-96
lines changed

2 files changed

+99
-96
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6691,6 +6691,8 @@ interface HTMLFormElement extends HTMLElement {
66916691
name: string;
66926692
/** Designates a form that is not validated when submitted. */
66936693
noValidate: boolean;
6694+
rel: string;
6695+
readonly relList: DOMTokenList;
66946696
/** Sets or retrieves the window or frame at which to target content. */
66956697
target: string;
66966698
/** Returns whether a form will validate when it is submitted, without having to submit it. */
@@ -11240,6 +11242,7 @@ interface PublicKeyCredential extends Credential {
1124011242
declare var PublicKeyCredential: {
1124111243
prototype: PublicKeyCredential;
1124211244
new(): PublicKeyCredential;
11245+
isConditionalMediationAvailable(): Promise<boolean>;
1124311246
isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
1124411247
};
1124511248

package-lock.json

Lines changed: 96 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)