Skip to main content
Module

x/levo/templates/new-project/lib/lib.deno_runtime.d.ts>Deno.Process#output

Server side rendering with The Elm Architecture in Deno
Latest
method Deno.Process.prototype.output
import { Deno } from "https://deno.land/x/levo@v0.0.27/templates/new-project/lib/lib.deno_runtime.d.ts";
const { Process } = Deno;

Buffer the stdout until EOF and return it as Uint8Array.

You must set stdout to "piped" when creating the process.

This calls close() on stdout after its done.

Returns

Promise<Uint8Array>