Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b7c96a4

Browse files
committedFeb 13, 2025·
Make disconnect options required
1 parent fdb085e commit b7c96a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This specification introduces a new type of {{Credential}}, called an {{Identity
441441

442442
[Exposed=Window, SecureContext]
443443
interface IdentityCredential : Credential {
444-
static Promise<undefined> disconnect(optional IdentityCredentialDisconnectOptions options = {});
444+
static Promise<undefined> disconnect(IdentityCredentialDisconnectOptions options);
445445
readonly attribute USVString? token;
446446
readonly attribute boolean isAutoSelected;
447447
};

0 commit comments

Comments
 (0)
Please sign in to comment.