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

x/dax/mod.ts>RequestResult#pipeThrough

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
method RequestResult.prototype.pipeThrough
import { RequestResult } from "https://deno.land/x/dax@0.31.0/mod.ts";

Pipes the response body through the provided transform.

Parameters

transform: { writable: WritableStream<Uint8Array>; readable: ReadableStream<T>; }