[]
Describes an external network resource used in PDF processing.
This structure is passed throughout the resource loading pipeline and identifies:
optional requestData?: ArrayBuffer;
Optional raw request data associated with the resource fetch operation.
type: ResourceType;
Type of the external resource being requested. Determines how the resource should be handled (e.g., CRL, OCSP, TSA).
url: string;
Fully resolved URL from which the resource will be fetched.
This value may be:
resolveUrl function