Skip to main content
function resolveObjectURL
unstable
resolveObjectURL(id: string): Blob | undefined
Deprecated

Resolves a 'blob:nodedata:...' an associated Blob object registered using a prior call to URL.createObjectURL().

Parameters

id: string

A 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL().

Return Type

Blob | undefined
Back to top