Skip to main content
This release is 9 versions behind 1.3.0 — the latest version of @fedify/fedify. Jump to latest

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a month ago (1.2.0)
interface TraverseCollectionOptions

Options for the traverseCollection function.

Properties

The document loader for loading remote JSON-LD documents.

The context loader for loading remote JSON-LD contexts.

Whether to suppress errors when fetching pages. If true, errors will be logged but not thrown. Defaults to false.

The interval to wait between fetching pages. Zero or negative values will disable the interval. Disabled by default.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type TraverseCollectionOptions } from "@fedify/fedify";

---- OR ----

Import directly with a jsr specifier

import { type TraverseCollectionOptions } from "jsr:@fedify/fedify";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type TraverseCollectionOptions } from "@fedify/fedify";

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

import { type TraverseCollectionOptions } from "@fedify/fedify";

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

import { type TraverseCollectionOptions } from "@fedify/fedify";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type TraverseCollectionOptions } from "@fedify/fedify";