Skip to main content
Module

x/kv_toolbox/blob.ts

Utilities for working with Deno KV 🦕🗝️
Go to Latest
import * as kvToolbox from "https://deno.land/x/kv_toolbox@0.0.5/blob.ts";

Functions

Retrieve a binary object from the store with a given key that has been set.

Remove/delete a binary object from the store with a given key that has been set.

Set the blob value in the provided Deno.Kv with the provided key. The blob can be any array buffer like structure or a byte ReadableStream.