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

x/ayonli_jsext/esm/workerd/archive.js>Tarball.load

A JavaScript extension package for building strong and modern applications.
Latest
method Tarball.load
import { Tarball } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/workerd/archive.js";

Loads a tar archive from a readable stream.

NOTE: This function loads the entire archive into memory, so it is not suitable for large archives. For large archives, use the untar function to extract files to the file system instead.

Parameters

stream
optional
options = [UNSUPPORTED]