Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fetch_goody/utils.ts>isArrayBuffer

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Latest
function isArrayBuffer
import { isArrayBuffer } from "https://deno.land/x/fetch_goody@v7.0.4/utils.ts";

Determine if a value is an ArrayBuffer

Parameters

val: unknown

The value to test

Returns

val is ArrayBuffer

True if value is an ArrayBuffer, otherwise false