Skip to content

Commit

Permalink
Switch to a typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 3, 2024
1 parent 4969d28 commit b0fdc69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2808,10 +2808,7 @@ This method has no arguments and returns a record of capability keys to Boolean
static Promise<PublicKeyCredentialClientCapabilities> getClientCapabilities();
};

[SecureContext, Exposed=Window]
interface PublicKeyCredentialClientCapabilities {
record<DOMString, boolean>;
};
typedef record<DOMString, boolean> PublicKeyCredentialClientCapabilities;
</xmp>

[=map/Keys=] in {{PublicKeyCredentialClientCapabilities}} MUST be sorted in ascending lexicographical order.
Expand Down

0 comments on commit b0fdc69

Please sign in to comment.