Skip to content

Commit

Permalink
[Spec] Dictionary members should be sequence not FrozenArray
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer committed Aug 12, 2022
1 parent 279b7a3 commit 70cdc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Add the following to the [=registry of standardized payment methods=] in
dictionary SecurePaymentConfirmationRequest {
required BufferSource challenge;
required USVString rpId;
required FrozenArray<BufferSource> credentialIds;
required sequence<BufferSource> credentialIds;
required PaymentCredentialInstrument instrument;
unsigned long timeout;
DOMString payeeName;
Expand Down

0 comments on commit 70cdc6a

Please sign in to comment.