Whether to directly fetch the NodeInfo document from the given URL.
Otherwise, the NodeInfo document will be fetched from the .well-known
location of the given URL.
Turned off by default.
Whether to directly fetch the NodeInfo document from the given URL.
Otherwise, the NodeInfo document will be fetched from the .well-known
location of the given URL.
Turned off by default.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type GetNodeInfoOptions } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type GetNodeInfoOptions } from "@fedify/fedify";