Skip to content

Session.getBlobData method

Session › getBlobData

Unofficial

Returns the blob data associated with the given identifier.

Signature:

getBlobData(identifier: string): Promise<Buffer>

Parameters:

Parameter Type Description
identifier string The blob UUID.

Returns: Promise<Buffer>A promise that resolves with the blob data.