Skip to content

media.ts#

View Markdown

Source

1 documented symbol. Read the signatures first, then expand each item for parameters, return types, and examples.

1 symbols 1 functions 1 parameters 1 returns

Reference#

fnreportRefusedEmbeds(diagnostics: readonly { provider: string; url?: string | null; line: number; fallback: string }[]): voidWarns about tags an enabled provider refused. A refusal is invisible in the out…

Warns about tags an enabled provider refused.

A refusal is invisible in the output — the tag becomes a plain link, or stays as authored — so a mistyped URL would otherwise ship without a word.

Signature

function reportRefusedEmbeds(diagnostics: readonly { provider: string; url?: string | null; line: number; fallback: string }[]): void

View source

Parameters

  • diagnostics readonly { provider: string; url?: string | null; line: number; fallback: string }[]

Returns

void