File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -517,7 +517,6 @@ interface CredentialRequestOptions {
517517 mediation?: CredentialMediationRequirement;
518518 publicKey?: PublicKeyCredentialRequestOptions;
519519 signal?: AbortSignal;
520- uiMode?: string;
521520}
522521
523522interface CryptoKeyPair {
Original file line number Diff line number Diff line change @@ -514,7 +514,6 @@ interface CredentialRequestOptions {
514514 mediation?: CredentialMediationRequirement;
515515 publicKey?: PublicKeyCredentialRequestOptions;
516516 signal?: AbortSignal;
517- uiMode?: string;
518517}
519518
520519interface CryptoKeyPair {
Original file line number Diff line number Diff line change @@ -514,7 +514,6 @@ interface CredentialRequestOptions {
514514 mediation?: CredentialMediationRequirement;
515515 publicKey?: PublicKeyCredentialRequestOptions;
516516 signal?: AbortSignal;
517- uiMode?: string;
518517}
519518
520519interface CryptoKeyPair {
Original file line number Diff line number Diff line change @@ -514,7 +514,6 @@ interface CredentialRequestOptions {
514514 mediation?: CredentialMediationRequirement;
515515 publicKey?: PublicKeyCredentialRequestOptions;
516516 signal?: AbortSignal;
517- uiMode?: string;
518517}
519518
520519interface CryptoKeyPair {
Original file line number Diff line number Diff line change @@ -5,4 +5,8 @@ removals {
55 member password // Blink only as of 2025-12
66 member mediation // WebKit only as of 2025-12 (and under test in Blink)
77 }
8+
9+ dictionary CredentialRequestOptions {
10+ member uiMode // Blink only as of 2026-02
11+ }
812}
You can’t perform that action at this time.
0 commit comments