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

@fedify/fedify@1.3.0-dev.578+6bbdcb1d
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
94%
Published
3 months ago (1.3.0-dev.578+6bbdcb1d)
interface LookupObjectOptions

Options for the lookupObject function.

Properties

The document loader for loading remote JSON-LD documents.

The context loader for loading remote JSON-LD contexts.

The options for making User-Agent header. If a string is given, it is used as the User-Agent header value. If an object is given, it is passed to getUserAgent to generate the User-Agent header value.

optional
tracerProvider: TracerProvider

The OpenTelemetry tracer provider. If omitted, the global tracer provider is used.

Add Package

deno add jsr:@fedify/fedify

Import symbol

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

---- OR ----

Import directly with a jsr specifier

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

Add Package

npx jsr add @fedify/fedify

Import symbol

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

Add Package

yarn dlx jsr add @fedify/fedify

Import symbol

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

Add Package

pnpm dlx jsr add @fedify/fedify

Import symbol

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

Add Package

bunx jsr add @fedify/fedify

Import symbol

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