We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What do you mean by origin of the caller?
The text was updated successfully, but these errors were encountered:
you're apparently referring to..
Set callerOrigin to the origin of the caller.
..in both.. https://w3c.github.io/webauthn/#makeCredential https://w3c.github.io/webauthn/#getAssertion
"origin of the caller" refers to the origin of the document whose javascript is invoking either makeCredential() or getAssertion().
perhaps you could suggest more appropriate terminology?
Sorry, something went wrong.
So these APIs are not available in workers?
Note that "document whose JavaScript" is woefully imprecise since the JavaScript can come from anywhere.
What you likely mean is something like "current settings object's origin" (see WHATWG HTML Standard).
@annevk asked:
it is not entirely clear at this time (seems to me) -- see also: #199
work on #171 & #172.
8afcbc2
f81c867
equalsJeffH
vijaybh
No branches or pull requests
What do you mean by origin of the caller?
The text was updated successfully, but these errors were encountered: