buffer.resolveObjectURL(id)
稳定性: 1 - 实验性的
¥Stability: 1 - Experimental
-
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()
.