- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Fri, 14 Apr 2017 21:29:59 +0000
- To: public-webauthn@w3.org
`atob()` returns a DOMString rather than an ArrayBuffer. ```js Uint8Array.from(window.atob("PGifxAoBwCkWkm4b1CiIl5otCphiIh6MijdjbWFjomA="), c=>c.charCodeAt(0)) ``` would work. -- GitHub Notification of comment by jyasskin Please view or discuss this issue at https://github.com/w3c/webauthn/issues/404#issuecomment-294240502 using your GitHub account
Received on Friday, 14 April 2017 21:30:05 UTC