-
Notifications
You must be signed in to change notification settings - Fork 28
Get steps #372
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
base: main
Are you sure you want to change the base?
Get steps #372
Conversation
| <li>Let |protocol| be |request|'s | ||
| {{DigitalCredentialGetRequest/protocol}}. | ||
| </li> | ||
| <li>Optionally, if |protocol| is unknown to the user agent, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with @mohamedamir. The unknown protocol should be dropped on the floor.
| <li>If |protocol| is not supported by the user agent, | ||
| [=exception/throw=] a {{"NotSupportedError"}} {{DOMException}}. | ||
| </li> | ||
| <li>If |protocol| is not allowed by the user agent for security | ||
| reasons, [=exception/throw=] a {{"SecurityError"}} {{DOMException}}. | ||
| </li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed with @mohamedamir, these can probably also be dropped on the floor.
Closes #???
The following tasks have been completed:
Implementation commitment:
Documentation and checks
Preview | Diff