function resolveObjectURL
unstable
Jump to headingresolveObjectURL(id: string): Blob | undefinedResolves a 'blob:nodedata:...' an associated Blob object registered using
a prior call to URL.createObjectURL().
Parameters Jump to heading
Jump to headingid: stringA 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL().
Return Type Jump to heading
Blob | undefined