import * as simplewebauthn from "https://deno.land/x/simplewebauthn@v11.0.0/packages/browser/src/helpers/bufferToBase64URLString.ts";
Functions
Convert the given array buffer into a Base64URL-encoded string. Ideal for converting various credential response ArrayBuffers to string for sending back to the server as JSON. |