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

hm.  this illustrates the brittleness of depending upon an editors' 
draft -- is WebIDL 2nd Ed going to be stable at some point? Or is it a
 de-facto "living standard" ?   how quickly are changes to the 
editors' draft implemented in the various browser-vendor toolchains?

in any case a cursory comparison of..
https://www.w3.org/TR/WebIDL/#idl-array            (1st Edition)
http://heycam.github.io/webidl/#idl-frozen-array  (2nd Edition)
..seems to indicate that for our purposes in webauthn the T[] and 
FrozenArray<T> are functionally equivalent and so it is a simple 
change to the webauthn spec. 

Anyone think different?

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

Received on Thursday, 18 August 2016 01:16:40 UTC