Re: [webauthn] Add lightning transport (#1264)

Per https://heycam.github.io/webidl/#idl-enums , Example 33, providing "lightning" to a browser that doesn't have that part of the enum will throw a TypeError.

Perhaps we want to keep the enum as a definition, but change the structures that specify it to instead ask for a String-ish type that can be carefully cast to an enum, rather than letting the WebIDL parser throw.

-- 
GitHub Notification of comment by jcjones
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1264#issuecomment-516985452 using your GitHub account

Received on Wednesday, 31 July 2019 19:21:06 UTC