blob.arrayBuffer()
- 返回: <Promise>
返回使用包含 Blob
数据副本的 <ArrayBuffer> 履行的 promise。
- Returns: <Promise>
Returns a promise that fulfills with an <ArrayBuffer> containing a copy of
the Blob
data.
返回使用包含 Blob
数据副本的 <ArrayBuffer> 履行的 promise。
Returns a promise that fulfills with an <ArrayBuffer> containing a copy of
the Blob
data.