Webauthn: getClientExtensionResults() returns a AuthenticationExtensionsClientOutputs, not a Map #36673
Labels
area: WebAuthn
Content:WebAPI
Web API docs
help wanted
If you know something about this topic, we would love your help!
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/getClientExtensionResults
What specific section or headline is this issue about?
No response
What information was incorrect, unhelpful, or incomplete?
The documentation incorrectly states a map is returned. However as per webauthn spec, it returns a AuthenticationExtensionsClientOutputs. Documentation for that return type is additionally completely absent.
What did you expect to see?
A link to
AuthenticationExtensionsClientOutputs
which documents the possible extensions.Do you have any supporting links, references, or citations?
https://w3c.github.io/webauthn/#idl-index
https://w3c.github.io/webauthn/#iface-authentication-extensions-client-outputs
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/web/api/publickeycredential/getclientextensionresults
The text was updated successfully, but these errors were encountered: