diff --git a/index.html b/index.html index 498ffef..7b9223f 100644 --- a/index.html +++ b/index.html @@ -240,7 +240,7 @@

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

@@ -261,22 +261,10 @@

The `data` member

-

The data member is the - credential's response data. + credential's response data. It contains the subset of JSON-parseable + object types.

[[\DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)