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

x/keywork/strings/mod.ts>arrayBufferToBase64

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
function arrayBufferToBase64
import { arrayBufferToBase64 } from "https://deno.land/x/keywork@v6.2.1/strings/mod.ts";

Converts a given ArrayBuffer to a base64 encoded string.

Parameters

arrayBuffer: ArrayBuffer

Returns

string