[webauthn] Consider using USVString instead of DOMString sometimes

domenic has just created a new issue for 
https://github.com/w3c/webauthn:

== Consider using USVString instead of DOMString sometimes ==
The difference here is a bit subtle, but generally for anything that 
is going to be serialized as bytes and sent down a wire, USVString is 
more correct. The one case that stood out is imageURL. There might be 
others, but I am not familiar enough with the domain.

Please view or discuss this issue at 
https://github.com/w3c/webauthn/issues/166 using your GitHub account

Received on Tuesday, 16 August 2016 17:57:59 UTC