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

x/willow/mod.browser.ts>EntryDriver

Exploring Willow in the most efficient and sound programming language
Go to Latest
interface EntryDriver
Re-export
import { type EntryDriver } from "https://deno.land/x/willow@0.2.1/mod.browser.ts";

Provides methods for storing and retrieving entries for a Store.

Type Parameters

NamespaceId
SubspaceId
PayloadDigest
Prefingerprint

Properties

Produce a new Storage3d to be directly used by the Store.

Helps a Store recover from unexpected shutdowns mid-write.

prefixIterator: PrefixIterator<Uint8Array>

Used to find paths that are prefixes of, or prefixed by, another path.

payloadReferenceCounter: PayloadReferenceCounter<PayloadDigest>

Used to keep track of how many entries are referring to a single payload