Skip to main content
Go to Latest
method promises.Readline.prototype.commit
Re-export
import { promises } from "https://deno.land/std@0.167.0/node/readline.ts";
const { Readline } = promises;

Sends all the pending actions to the associated stream and clears the internal list of pending actions.