Re: [webauthn] DOMString[] should be FrozenArray<DOMString>

hey guess what? good news, the webauthn spec's use of..
```
readonly    attribute DOMString[]   x5c;
```
..which was the source of this issue, went away a while back -- note that this issue is from Aug 16, 2016.

Also note, in case one wonders, that the webIDL two token value `[]` continues to exist (in webIDL) and represent an empty sequence value, which we _do_ make use of in webauthn (for allowList and excludeList). 

So I am closing this issue. 







-- 
GitHub Notification of comment by equalsJeffH
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/165#issuecomment-292262722 using your GitHub account

Received on Thursday, 6 April 2017 18:19:39 UTC