diff --git a/index.html b/index.html index e40d0d3..304871b 100644 --- a/index.html +++ b/index.html @@ -237,7 +237,7 @@

[Exposed=Window, SecureContext] interface DigitalCredential : Credential { readonly attribute DOMString protocol; - [SameObject] readonly attribute Uint8Array data; + readonly attribute any data; };

@@ -251,9 +251,22 @@

The `data` member

+

The data member is the - credential's encrypted data. + credential's response data.

Registry of protocols for requesting digital credential