buffer.resolveObjectURL(id)
版本历史
| 版本 | 变更 |
|---|---|
| v24.0.0, v22.17.0 | 标记 API 稳定。 |
| v16.7.0 | 新增于: v16.7.0 |
-
id<string> 先前调用URL.createObjectURL()返回的'blob:nodedata:...网址字符串。\
id<string> A'blob:nodedata:...URL string returned by a prior call toURL.createObjectURL(). -
返回:<Blob>
\Returns: <Blob>
解析 'blob:nodedata:...',关联的使用先前调用 URL.createObjectURL() 注册的 <Blob> 对象。
\Resolves a 'blob:nodedata:...' an associated <Blob> object registered using
a prior call to URL.createObjectURL().