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

x/willow/mod.browser.ts>PayloadDriverIndexedDb#set

Exploring Willow in the most efficient and sound programming language
Go to Latest
method PayloadDriverIndexedDb.prototype.set
import { PayloadDriverIndexedDb } from "https://deno.land/x/willow@0.2.1/mod.browser.ts";

Parameters

payload: Uint8Array | AsyncIterable<Uint8Array>

Returns

Promise<{ digest: PayloadDigest; length: bigint; payload: Payload; }>