Skip to main content

bn.revokeBufferURL

revokeBufferURL(url): void

description Revoke the url to buffer and free the used memory space.

example

const url = bn.createBuffer(buffer, { extension: 'svg' })bn.revokeBufferURL(url)

Parameters

NameType
urlstring

Returns

void