Skip to main content
Home

Built and signed on GitHub Actions

An implementation of the Willow Data Model and Willow General Purpose Sync Protocol. https://willowprotocol.org

This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
100%
Published
10 months ago (0.6.1)
function ingestDrop
ingestDrop<
PreFingerprint,
Fingerprint,
AuthorisationToken,
AuthorisationOpts,
NamespaceId,
SubspaceId,
PayloadDigest,
>
(opts: IngestDropOpts<PreFingerprint, Fingerprint, AuthorisationToken, AuthorisationOpts, NamespaceId, SubspaceId, PayloadDigest>): Promise<Store<NamespaceId, SubspaceId, PayloadDigest, AuthorisationOpts, AuthorisationToken, PreFingerprint, Fingerprint> | ValidationError>

Decrypt an encrypted drop and ingest its contents into a Store of the corresponding namespace.

Type Parameters

PreFingerprint
Fingerprint
AuthorisationToken
AuthorisationOpts
NamespaceId
SubspaceId
PayloadDigest

Parameters

Return Type

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";
or

Import directly with a jsr specifier

import { ingestDrop } from "jsr:@earthstar/willow";

Add Package

pnpm i jsr:@earthstar/willow
or (using pnpm 10.8 or older)
pnpm dlx jsr add @earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";

Add Package

yarn add jsr:@earthstar/willow
or (using Yarn 4.8 or older)
yarn dlx jsr add @earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";

Add Package

vlt install jsr:@earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";

Add Package

npx jsr add @earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";

Add Package

bunx jsr add @earthstar/willow

Import symbol

import { ingestDrop } from "@earthstar/willow";