Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSONStreamResponse

import { JSONStreamResponse } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
class JSONStreamResponse extends StreamResponse {
constructor(body?: JSONStreamBodyInit | null, init?: ResponseInit);
static contentType: string;
}

§Extends

§
StreamResponse
[src]

§Constructors

§
new JSONStreamResponse(body?: JSONStreamBodyInit | null, init?: ResponseInit)
[src]

§Static Properties

§
contentType: string
[src]