Skip to content

ArrayBuffer, binary arrays #529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
arraybuffer: resolve review comment
Co-Authored-By: LeviDing <[email protected]>
  • Loading branch information
bemself and leviding authored Dec 4, 2019
commit 82ec646379ac0c8ce2ff4c7e47155decda41ec23
2 changes: 1 addition & 1 deletion 4-binary/01-arraybuffer-binary-arrays/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dataView.setUint32(0, 0); // 将 4 个字节的数字设为 0
- `ArrayBufferView` 是所有这些视图的总称。
- `BufferSource` 是 `ArrayBuffer` 或 `ArrayBufferView` 的总称。

这两个术语用于二进制数据操作的方法描述中。`BufferSource` 是最常用的术语之一,因为它的意思是 "任何类型的二进制数据" -- `ArrayBuffer` 或其上的视图。
这两个术语用于二进制数据操作的方法描述中。`BufferSource` 是最常用的术语之一,因为它的意思是任何类型的二进制数据” — `ArrayBuffer` 或其上的视图。


这是一份备忘单:
Expand Down