Whether to suppress errors when fetching pages. If true
,
errors will be logged but not thrown. Defaults to false
.
Whether to suppress errors when fetching pages. If true
,
errors will be logged but not thrown. Defaults to false
.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type TraverseCollectionOptions } from "@fedify/fedify/vocab";
---- OR ----
Import directly with a jsr specifier
import { type TraverseCollectionOptions } from "jsr:@fedify/fedify/vocab";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type TraverseCollectionOptions } from "@fedify/fedify/vocab";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type TraverseCollectionOptions } from "@fedify/fedify/vocab";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type TraverseCollectionOptions } from "@fedify/fedify/vocab";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type TraverseCollectionOptions } from "@fedify/fedify/vocab";