Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revision and polishing of the merged isPlatformAuthenticatorAvailable PR #379 #528

Closed
wants to merge 1 commit into from

Conversation

equalsJeffH
Copy link
Contributor

@equalsJeffH equalsJeffH commented Aug 9, 2017

This addresses the issues described in #527 "revise approach of isPlatformAuthenticatorAvailable() subtype:algorithms"


Preview | Diff


This method has no arguments and returns a boolean value.

<pre class="idl">
[SecureContext]
partial interface PublicKeyCredential {
[Unscopable] Promise < boolean > isPlatformAuthenticatorAvailable();
[Unscopable] readonly attribute Promise<void> isPlatformAuthenticatorAvailable;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making this an attribute doesn't work because then there can't be UI.

@equalsJeffH
Copy link
Contributor Author

discussion on webauthn call 9-Aug-2017 w/ @kpaulh @jyasskin @selfissued @AngeloKai , we decided to go with PR #523 rather than this approach.

@equalsJeffH equalsJeffH closed this Aug 9, 2017
@emlun emlun deleted the jeffh-revise-isplatformauthnrready-379 branch June 22, 2022 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants