Re: [webauthn] Change from getClientExtensionResults function to clientExtensionResults attribute

I'm not immediately convinced that we need to revert this, although some more spec lawyering may be needed.

We have the `response` member of `PublicKeyCredential` already which is a structure with fields and such. That's all we want for `clientExtensionResults` too. So maybe we need to call `AuthenticationExtensionsClientOutputs` an interface rather than a dictionary, but it certainly looks like we can get the desired shape without a weird callback to do it.

I have to get to a meeting now, but I'll try to find someone who claims to be a WebIDL expert to weigh in.

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

Received on Thursday, 22 February 2018 16:57:25 UTC