This module contains the runtime facilities for working with Activity Vocabulary objects, which are auto-generated from the IDL.
Exports a public key in Multibase format.
Exports a public key in PEM-SPKI format.
A JSON-LD document loader that utilizes the browser's fetch
API.
Gets an authenticated DocumentLoader for the given identity. Note that an authenticated document loader intentionally does not cache the fetched documents.
Imports a Multibase-encoded public key.
Imports a PEM-SPKI formatted public key.
Decorates a DocumentLoader with a cache backed by a Deno.Kv.
A remote JSON-LD document and its context fetched by a DocumentLoader.
A factory function that creates an authenticated DocumentLoader for a given identity. This is used for fetching documents that require authentication.
A JSON-LD document loader that fetches documents from the Web.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/runtime";
---- OR ----
Import directly with a jsr specifier
import * as mod from "jsr:@fedify/fedify/runtime";
Add Package
npx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/runtime";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/runtime";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/runtime";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import * as mod from "@fedify/fedify/runtime";