You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section was added in PR #758, in response to issue #565. I think it does makes sense to keep the mention that the method has no effect on WebAuthn credentials. Maybe we could move that to the end of §5.1. PublicKeyCredential Interface, where we describe some other relations to the Credential supertype?
The section §5.1.6. Preventing Silent Access to an Existing Credential - PublicKeyCredential’s [[preventSilentAccess]](credential, sameOriginWithAncestors) Method describes
preventSilentAccess
as an internal method ofCredential
, but it is in fact a public method ofCredentialsContainer
. As such, I don't think this belongs as a subsection of §5.1. PublicKeyCredential Interface, because there is nopreventSilentAccess()
method in the interface - it's on thenavigator.credentials
object.The section was added in PR #758, in response to issue #565. I think it does makes sense to keep the mention that the method has no effect on WebAuthn credentials. Maybe we could move that to the end of §5.1. PublicKeyCredential Interface, where we describe some other relations to the
Credential
supertype?The text was updated successfully, but these errors were encountered: