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

x/willow/mod.browser.ts>IngestEventNoOp

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

Emitted after an entry is not ingested by a store due to it being obsoleted by a more recent entry.

definition: { kind: "no_op"; reason: "obsolete_from_same_subspace" | "newer_prefix_found"; }