1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

docs(arrayBuffer): 列表根据首字母排序

This commit is contained in:
waiting 2019-05-26 16:19:18 +08:00
parent 7bc3ca6b7a
commit 2ae7225df1
No known key found for this signature in database
GPG Key ID: 9DC706A8664B0312

View File

@ -34,11 +34,11 @@
很多浏览器操作的 API用到了二进制数组操作二进制数据下面是其中的几个。
- [File API](#file-api)
- [XMLHttpRequest](#ajax)
- [Fetch API](#fetch-api)
- [Canvas](#canvas)
- [Fetch API](#fetch-api)
- [File API](#file-api)
- [WebSockets](#websocket)
- [XMLHttpRequest](#ajax)
## ArrayBuffer 对象