Skip to content

Commit fcbc77d

Browse files
[Spec] Dictionary members should be sequence not FrozenArray (#201)
See whatwg/webidl#900
1 parent 279b7a3 commit fcbc77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Add the following to the [=registry of standardized payment methods=] in
541541
dictionary SecurePaymentConfirmationRequest {
542542
required BufferSource challenge;
543543
required USVString rpId;
544-
required FrozenArray<BufferSource> credentialIds;
544+
required sequence<BufferSource> credentialIds;
545545
required PaymentCredentialInstrument instrument;
546546
unsigned long timeout;
547547
DOMString payeeName;

0 commit comments

Comments
 (0)