Skip to content

Commit

Permalink
Merge pull request #2011 from w3c/spkrequired
Browse files Browse the repository at this point in the history
Mark SPK's `signatures` output as required.
  • Loading branch information
agl committed Jan 10, 2024
2 parents 80b478c + 296ca55 commit 759221b
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 @@ -7292,7 +7292,7 @@ The weight that [=[RPS]=] give to the presence of a signature from a supplementa
:: A sequence of {{ArrayBuffer}}s containing the signatures returned as the [=unsigned extension output=].
<xmp class="idl">
dictionary AuthenticationExtensionsSupplementalPubKeysOutputs {
sequence<ArrayBuffer> signatures;
required sequence<ArrayBuffer> signatures;
};

partial dictionary AuthenticationExtensionsClientOutputs {
Expand Down

0 comments on commit 759221b

Please sign in to comment.