Skip to content

excludeList/allowList can be defaulted to a zero-length sequence in IDL instead of prose #268

@bzbarsky

Description

@bzbarsky

Instead of having https://w3c.github.io/webauthn/#dom-webauthentication-makecredential step 6 say

If excludeList is undefined, set it to the empty list.

it would probably be better to have the IDL for the ScopedCredentialOptions dictionary say:

sequence<ScopedCredentialDescriptor>  excludeList = [];

so you don't have to worry about this situation in prose at all.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions