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

x/kv_toolbox/blob_util.ts>setBlob

Utilities for working with Deno KV 🦕🗝️
Go to Latest
function setBlob
import { setBlob } from "https://deno.land/x/kv_toolbox@0.16.2/blob_util.ts";

Parameters

blob: ArrayBufferLike | ReadableStream<Uint8Array> | Blob
itemCount: number
optional
options: { expireIn?: number; }