Skip to content

Commit

Permalink
Prune readonly from record
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 3, 2024
1 parent a856b6d commit 4969d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ This method has no arguments and returns a record of capability keys to Boolean

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

Expand Down

0 comments on commit 4969d28

Please sign in to comment.