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

x/solid/web/src/server-mock.ts>pipeToNodeWritable

A declarative, efficient, and flexible JavaScript library for building user interfaces.
Go to Latest
function pipeToNodeWritable
Deprecated
Deprecated

Replaced by renderToStream

import { pipeToNodeWritable } from "https://deno.land/x/solid@v1.7.0-beta.1/web/src/server-mock.ts";

Parameters

fn: () => T
writable: { write: (v: string) => void; }
optional
options: { nonce?: string; onReady?: (res: LegacyResults) => void; onCompleteAll?: () => void; }