Skip to main content
Module

x/oak/body.ts>Body#blob

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Body.prototype.blob
import { Body } from "https://deno.land/x/oak@v13.0.0/body.ts";

Reads a body to the end and resolves with the value as a Blob.

Returns

Promise<Blob>