Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.0/body.ts";

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

Returns

Promise<Blob>