File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -583,15 +583,21 @@ <h2>
583
583
</ li >
584
584
< li >
585
585
< p >
586
- [=converted to an IDL value|Convert=] |object| to an
587
- IDL value of the type specified by the specification
588
- that defines the
589
- |paymentMethod|.{{PaymentMethodData/supportedMethods}}
586
+ Let |idl| be the result of [=converted to an IDL
587
+ value|converting=] |object| to an IDL value of the
588
+ type specified by the specification that defines the
589
+ |paymentMethod|.{{PaymentMethodData/supportedMethods}}.
590
590
Rethrow any exceptions.
591
591
</ p >
592
+ < p >
593
+ If required by the specification that defines the
594
+ |paymentMethod|.{{PaymentMethodData/supportedMethods}},
595
+ validate the members of |idl|. If a member's value is
596
+ invalid, throw a {{TypeError}}.
597
+ </ p >
592
598
< p class ="note ">
593
- This step assures that any IDL type conversion errors
594
- are caught as early as possible.
599
+ These step assures that any IDL type conversion and
600
+ validation errors are caught as early as possible.
595
601
</ p >
596
602
</ li >
597
603
</ ol >
You can’t perform that action at this time.
0 commit comments