- From: Akshay Kumar via GitHub <sysbot+gh@w3.org>
- Date: Wed, 28 Aug 2019 19:10:18 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by akshayku to https://github.com/w3c/webauthn: * Fix #1268 Type transport strings as DOMStrings. (#1275) * Type transport strings as DOMStrings. Currently transports are represented as an enum. However, WebIDL has strict enums. (I.e. an RP which sent an unrecognised transport would make the whole structure unparsable.) This means that every time we add a transport, we break all existing browsers. In order to address this, this change retypes transports as plain DOMStrings. The AuthenticatorTransport enum still exists, but now only as documentation and registry — not as a factor in type-checking. * Address Emil's comment Fixes #1268. * Address Jeff's comments. by Adam Langley https://github.com/w3c/webauthn/commit/b75aef303aef18aeb0700740dfa4e4c0fa75eda7
Received on Wednesday, 28 August 2019 19:10:19 UTC