Skip to main content

@mapgear/geoapps-core > HttpClient > GetBlob

HttpClient.GetBlob() method

Request a remote resource as blob

Signature:
GetBlob(url: string, params?: object): Promise<Blob>;

Parameters

ParameterTypeDescription
urlstringUrl to retrieve
paramsobjectOptional: Query parameters that should be added to the url
Returns:

Promise<Blob>