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