Skip to main content
Module

x/abc/context.ts>Context#htmlBlob

A better Deno framework to create web application.
Go to Latest
method Context.prototype.htmlBlob
import { Context } from "https://deno.land/x/abc@v1.1.0/context.ts";

Sends an HTTP blob response with status code.

Parameters

b: Uint8Array | Deno.Reader
optional
code: Status = [UNSUPPORTED]