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
Jump to headingid: string
A 'blob:nodedata:...
URL string returned by a prior call to URL.createObjectURL()
.
Return Type Jump to heading
Blob | undefined