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 d823f7c711d5eb01e9c44ebceb42938b829265b6
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 @@ -5,7 +5,7 @@
JavaScript 中同样也会遇到,而且二进制操作性能也高。

不过,由于 JavaScript 中有很多类,会有点容易混淆。仅举几例:
- `ArrayBuffer``Uint8Array``DataView``Blob``File` 等。
- `ArrayBuffer``Uint8Array``DataView``Blob``File` 等。

与其他语言相比,JavaScript 中二进制的实现方式不是很标准。但当我们理清楚以后,一切就变得相当简单了。

Expand Down