function resolveObjectURLunstableresolveObjectURL(id: string): Blob | undefinedDeprecatedResolves a 'blob:nodedata:...' an associated Blob object registered using a prior call to URL.createObjectURL(). Parametersid: stringA 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL(). Return TypeBlob | undefined