method Body.prototype.blobimport { Body } from "https://dotland.deno.dev/x/oak@v17.1.2/body.ts"; blob(): Promise<Blob>Reads a body to the end and resolves with the value as a {@link Blob}. ReturnsPromise<Blob>