Skip to main content
Module

x/abc/context.ts>Context#blob

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

Sends a blob response with content type and status code.

Parameters

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