@kanunilabs/pivotgrid-enterprise
@kanunilabs/pivotgrid-enterprise / saveBlob
Function: saveBlob()
saveBlob(
blob,fileName):Promise<void>
Save a Blob. file-saver is preferred when present — it is what the React exporter uses and it carries the browser quirks — but a plain anchor does the same job everywhere modern, so a missing peer must not block a download.
Parameters
blob
Blob
fileName
string
Returns
Promise<void>