Skip to content

Commit

Permalink
address AGL global namespace feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Oct 27, 2023
1 parent 53e8d8c commit b27eb4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2791,16 +2791,16 @@ This method has no arguments and returns a map of capability keys to Boolean val

<xmp class="idl">
partial interface PublicKeyCredential {
static Promise<GetClientCapabilitiesResult> getClientCapabilities();
static Promise<PublicKeyCredentialClientCapabilities> getClientCapabilities();
};

[SecureContext, Exposed=Window]
interface GetClientCapabilitiesResult {
interface PublicKeyCredentialClientCapabilities {
readonly maplike<DOMString, boolean>;
};
</xmp>

[=map/Keys=] in {{GetClientCapabilitiesResult}} MUST be sorted in ascending lexicographical order.
[=map/Keys=] in {{PublicKeyCredentialClientCapabilities}} MUST be sorted in ascending lexicographical order.
The set of [=map/keys=] SHOULD equal the set of [=enumeration values=] of {{ClientCapability}}.

When the value for a given capability is [TRUE], the feature is known to be currently supported by the client.
Expand Down

0 comments on commit b27eb4d

Please sign in to comment.