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
I realize this is late in the game, but can we rename MakePublicKeyCredentialOptions to PublicKeyCredentialCreateOptions so that it matches the naming conventions of other APIs? It's just a dictionary (not an interface), so hopefully it would be an easy change...
The text was updated successfully, but these errors were encountered:
@apowers313 are there any other names that are similarly inconsistent in this way? If so, please name them now. It's getting pretty late to be making changes of this nature.
One other case of inconsistent names is the fields of PublicKeyCredentialEntity and its subclasses, as discussed in #646. It was then decided not to do that breaking change so close to CR.
I realize this is late in the game, but can we rename
MakePublicKeyCredentialOptions
toPublicKeyCredentialCreateOptions
so that it matches the naming conventions of other APIs? It's just a dictionary (not an interface), so hopefully it would be an easy change...The text was updated successfully, but these errors were encountered: