We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727c26c commit 486addfCopy full SHA for 486addf
docs/bom/arraybuffer.md
@@ -73,7 +73,7 @@ myBlob.type // "text/html"
73
`Blob`具有一个实例方法`slice`,用来拷贝原来的数据,返回的也是一个`Blob`实例。
74
75
```javascript
76
-myBlob.slice(start,end, contentType)
+myBlob.slice(start, end, contentType)
77
```
78
79
`slice`方法有三个参数,都是可选的。它们依次是起始的字节位置(默认为0)、结束的字节位置(默认为`size`属性的值,该位置本身将不包含在拷贝的数据之中)、新实例的数据类型(默认为空字符串)。
0 commit comments