buffer.resolveObjectURL(id)


稳定性: 1 - 实验性

  • id <string> 由先前调用 URL.createObjectURL() 返回的 'blob:nodedata:... URL 字符串。
  • 返回:<Blob>

解析通过先前调用 URL.createObjectURL() 注册的 'blob:nodedata:...' 相关的 <Blob> 对象。

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