Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/proc/deps.ts>BufReader#reset

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
method BufReader.prototype.reset
Re-export
import { BufReader } from "https://deno.land/x/proc@0.19.8/deps.ts";

Discards any buffered data, resets all state, and switches the buffered reader to read from r.