Skip to main content
Module

x/kv_toolbox/blob_util.ts

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

This is an internal module which contains some of the blob writing functionality and is not part of the public API of kv-toolbox.

Variables

When there are parts of a blob, this key will be set as a sub-key of the blob blob entry, which will have additional sub-keys with the parts of the blob stored as Uint8Array with a key of an incrementing number.

If there is meta data associated with a blob entry, like for something that was originally a Blob or File, then this will be set as a sub-key of that blob key with a value of the meta data.

Type Aliases

When a blob entry was originally a Blob or File a sub-entry will be set with the value of this meta data.