diff --git a/index.html b/index.html index 7d9d559..613cc13 100644 --- a/index.html +++ b/index.html @@ -400,6 +400,28 @@

[[\discovery]] whose value is "remote".

+

+ `isProtocolSupportedByClient()` Method +

+

+ Digital credential verifiers and issuers use this static method to + determine which [=digital credential/exchange protocols=] the client + supports for interactions with credential providers. +

+

+ This method does not convey protocol support in the underlying platform + or credential provider. +

+

+ This method accepts a [=DOMString=] that uniquely specifies the + [=digital credential/exchange protocol=] and returns a [=Promise=] that + resolves to a Boolean value. +

+
+      partial interface DigitalCredential {
+        static Promise isProtocolSupportedByClient(DOMString protocol);
+      };
+    

User consent