Skip to content

purrmd


purrmd / ImageLoadEvent

Interface: ImageLoadEvent

Defined in: packages/core/src/core/markdown/image.ts:411

Properties

rawUrl

rawUrl: undefined | null | string

Defined in: packages/core/src/core/markdown/image.ts:417

Markdown 中的原始 URL。


requestUrl

requestUrl: string

Defined in: packages/core/src/core/markdown/image.ts:415

本次实际赋给 img.src 的 URL;重试策略可能对它做额外转换。


url

url: string

Defined in: packages/core/src/core/markdown/image.ts:413

经过 proxyURL 转换后的稳定 URL,用于识别同一图片。