Resolves a 'blob:nodedata:...' an associated Blob object registered using a prior call to URL.createObjectURL().
function
buffer.resolveObjectURL
id: string
@param id
A 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL().
Referenced types
interface Blob
Consume the blob as an ArrayBuffer
Consume as a Uint8Array, backed by an ArrayBuffer
Returns a readable stream of the blob's contents