Re: [webauthn] Please ensure that all ArrayBuffer creations are done explicitly, in the correct global

Ah, I see.

What you probably want is "let value be a new ScopedCredentialInfo object associated with global" and "a new ArrayBuffer created using global's %ArrayBuffer%" (with this last linking to https://tc39.github.io/ecma262/#sec-arraybuffer-constructor).

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

Received on Tuesday, 14 March 2017 21:20:08 UTC