Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c634d26

Browse files
authored
Merge pull request wangdoc#152 from harriet247/patch-1
Update arraybuffer.md
2 parents b8523bc + 486addf commit c634d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎docs/bom/arraybuffer.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ myBlob.type // "text/html"
7373
`Blob`具有一个实例方法`slice`,用来拷贝原来的数据,返回的也是一个`Blob`实例。
7474

7575
```javascript
76-
myBlob.slice(start,end, contentType)
76+
myBlob.slice(start, end, contentType)
7777
```
7878

7979
`slice`方法有三个参数,都是可选的。它们依次是起始的字节位置(默认为0)、结束的字节位置(默认为`size`属性的值,该位置本身将不包含在拷贝的数据之中)、新实例的数据类型(默认为空字符串)。

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /