Skip to main content
Module

x/denomailer/deps.ts>BufWriter#reset

A SMTP-Client implementation for deno (to send mails!)
Go to Latest
method BufWriter.prototype.reset
import { BufWriter } from "https://deno.land/x/denomailer@1.3.0/deps.ts";

Discards any unflushed buffered data, clears any error, and resets buffer to write its output to w.

Parameters

w: Writer