Copy

ResourceRequest

Resource requested while materializing a self-contained snapshot.

ON_THIS_PAGE
  1. Signature
  2. Properties

Resource requested while materializing a self-contained snapshot.

Signature

export interface ResourceRequest {
    kind: "image" | "stylesheet";
    url: URL;
}
SOURCE:147

Properties

PropertyTypeRequiredRead onlyDefaultDescription
kind"image" | "stylesheet"YesNoNoneResource class. Fonts are registered on createRenderer instead.
urlURLYesNoNoneAbsolute URL resolved against baseUrl or the source document.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE