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 value "conditionalGet" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "signalAllAcceptedCredentials" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "hybridTransport" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "passkeyPlatformAuthenticator" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "conditionalCreate" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "userVerifyingPlatformAuthenticator" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "relatedOrigins" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "signalUnknownCredential" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
The value "signalCurrentUserDetails" of the enum ClientCapability does not match the expected conventions (lower case, hyphen separated words)
These enum values use a different naming convention because they are used as keys in the record returned by getClientCapabilities(). These names enable using them as bare identifiers (capabilities.conditionalCreate or { conditionalCreate: true }) instead of having to use index notation (capabilities["conditional-create"]) or quoted keys ({ "conditional-create": true }).
While crawling Web Authentication: An API for accessing Public Key Credentials - Level 3, the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
"conditionalGet"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"signalAllAcceptedCredentials"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"hybridTransport"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"passkeyPlatformAuthenticator"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"conditionalCreate"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"userVerifyingPlatformAuthenticator"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"relatedOrigins"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"signalUnknownCredential"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)"signalCurrentUserDetails"
of the enumClientCapability
does not match the expected conventions (lower case, hyphen separated words)See Use casing rules consistent with existing APIs in Web Platform Design Principles document for guidance.
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
The text was updated successfully, but these errors were encountered: