buffer.resolveObjectURL(id)


稳定性: 1 - 实验

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

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

Stability: 1 - Experimental

  • id <string> A 'blob:nodedata:... URL string returned by a prior call to URL.createObjectURL().
  • Returns: <Blob>

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