resolveExternalLocation
function resolveExternalLocation(batch, config?): Promise<VgiBatch>;Defined in: src/external.ts:186
Resolve an external pointer batch by fetching the data from the URL. Returns the original batch unchanged if not a pointer or no config.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
batch |
VgiBatch |
config? |
| ExternalLocationConfig | null |
Returns
Section titled “Returns”Promise<VgiBatch>
