Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xserver/src/deps.ts>encodeBase64Url

X-Server a Deno server module with middleware
Go to Latest
function encodeBase64Url
import { encodeBase64Url } from "https://deno.land/x/xserver@5.2.8/src/deps.ts";

Encodes a given ArrayBuffer or string into a base64url representation

Parameters

data: ArrayBuffer | Uint8Array | string

Returns

string