Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sandbox/sandbox.ts>Sandbox#readFile

🦕 Create a temporary sandbox directory which is removed when the instance is disposed
Go to Latest
method Sandbox.prototype.readFile
import { Sandbox } from "https://deno.land/x/sandbox@v1.1.0/sandbox.ts";

Parameters

path: string

Returns

Promise<Uint8Array>