File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 594594 < pre class ="idl ">
595595 [Exposed=Window, SecureContext]
596596 interface DigitalCredential : Credential {
597+ [Default] object toJSON();
597598 readonly attribute DOMString protocol;
598599 [SameObject] readonly attribute object data;
599600 static boolean userAgentAllowsProtocol(DOMString protocol);
@@ -689,6 +690,14 @@ <h3>
689690 </ li >
690691 < li > If |requests| is empty, [=exception/throw=] a {{TypeError}}.
691692 </ li >
693+ < li > [=List/For each=] |request| of |requests|:
694+ < ol >
695+ < li > [=serialize a JavaScript value to a JSON string|Serialize=]
696+ |request| to a JSON string. [=exception/throw|Re-throw=] any
697+ [=exception=].
698+ </ li >
699+ </ ol >
700+ </ li >
692701 < li >
693702 < aside class ="issue ">
694703 Details of how to actually get the [=digital credential=] are
@@ -738,6 +747,14 @@ <h3>
738747 </ li >
739748 < li > If |requests| is empty, [=exception/throw=] a {{TypeError}}.
740749 </ li >
750+ < li > [=List/For each=] |request| of |requests|:
751+ < ol >
752+ < li > [=serialize a JavaScript value to a JSON string|Serialize=]
753+ |request| to a JSON string. [=exception/throw|Re-throw=] any
754+ [=exception=].
755+ </ li >
756+ </ ol >
757+ </ li >
741758 < li >
742759 < aside class ="issue ">
743760 Details of how to actually issue the [=digital credential=] are
You can’t perform that action at this time.
0 commit comments