Skip to main content

resolveObjectURL

function resolveObjectURL
unstable
Jump to headingresolveObjectURL(id: string): Blob | undefined

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

Parameters Jump to heading

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

Return Type Jump to heading

Blob | undefined
Back to top