Dataframe.toBlob(...)
This function converts the current dataframe into a Blob of MIME filetype "csv" | "tsv"
Parameters
filetype: "csv" | "tsv"
- is aUnion
type that sets the available MIME filetype
Returns
Blob
const blob: Blob = df.toBlob("csv");