webauthn icon indicating copy to clipboard operation
webauthn copied to clipboard

[[Get]] method doesn't exist in CredMan

Open emlun opened this issue 4 months ago • 2 comments

§5.1.4. Use an Existing Credential to Make an Assertion - PublicKeyCredential’s [[Get]](options) Method appears to reference a [[Get]] internal method on the Credential interface from CredMan, but no such internal method exists (unlike [[Create]], which does exist). Rather, [[DiscoverFromExternalSource]] is the actual internal method we override.

Proposed Change

emlun avatar Oct 01 '24 14:10 emlun