A remote JSON-LD document and its context fetched by a DocumentLoader.
contextUrl: string | null
The URL of the context document.
document: unknown
The fetched JSON-LD document.
The URL of the fetched document.
A remote JSON-LD document and its context fetched by a DocumentLoader.
contextUrl: string | null
The URL of the context document.
document: unknown
The fetched JSON-LD document.
The URL of the fetched document.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type RemoteDocument } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type RemoteDocument } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type RemoteDocument } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type RemoteDocument } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type RemoteDocument } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type RemoteDocument } from "@fedify/fedify";