waiting
|
f285f0dcad
|
docs(arrayBuffer): 调整语句组织形式提高易读性
- 本段落主题为 `TypedArray.prototype.length`,段内语句保持主语一致为 `length` 可保持语句通顺性,提高理解速度
- `前者` 既指代文前的 `length` 也契合下方代码中在前的 `a.length` 语句,承上启下让这一段落的文字和代码有机地组合
|
2019-05-26 16:43:16 +08:00 |
|
waiting
|
2ae7225df1
|
docs(arrayBuffer): 列表根据首字母排序
|
2019-05-26 16:19:18 +08:00 |
|
waiting
|
7bc3ca6b7a
|
docs(arrayBuffer): 列表添加内部跳转链接
|
2019-05-26 16:15:05 +08:00 |
|
ruanyf
|
fe02a92ccc
|
docs(arraybuffer): edit arraybuffer
|
2019-05-26 15:36:37 +08:00 |
|
Ruan YiFeng
|
06ee0bbc19
|
Merge pull request #858 from waitingsong/arraybuffer
docs(arrayBuffer): 更新 ArrayBuffer/字符串 相互转换函数,支持多语言及多编码
|
2019-05-26 15:20:13 +08:00 |
|
waiting
|
b9349b144d
|
docs(arrayBuffer): 更新 ArrayBuffer/字符串 相互转换函数,支持多语言及多编码
1. 原方法对于非 Unicode BMP 基本平面字符支持不理想。改为使用实验性 TextEncoder/TextDecoder 接口实现。
2. 浏览器支持列表见函数备注
3. Node.js v8.3 开始在 util 对象下实现接口,v11 开始提供全局接口
4. 函数名使用 ab (而非 buf)代表 ArrayBuffer ,避免与 Node.js 的 Buffer (Uint8Array的一个扩展)混淆
5. 虽然是 ECMA js 文档,考虑到 TypeScript 日益壮大,并且函数签名更利于文档规范化,故以带有类型的 TypeScript 代码展示
|
2019-05-23 20:52:58 +08:00 |
|
ruanyf
|
dd69d69cc4
|
docs(number): fix #856
|
2019-05-19 00:06:01 +08:00 |
|
ruanyf
|
7518f7b12d
|
docs(class-extends): fix #854
|
2019-05-13 17:24:27 +08:00 |
|
Ruan YiFeng
|
62b5147d21
|
Merge pull request #850 from wfzong/patch-3
Symble toString 修改为函数执行
|
2019-05-08 07:34:09 -07:00 |
|
ruanyf
|
62fc400d6f
|
docs(reflect): refact text
|
2019-05-08 22:31:09 +08:00 |
|
Ruan YiFeng
|
f0121e8b9f
|
Merge pull request #849 from bigbird231/gh-pages
Reflect章节细节补充
|
2019-05-08 07:27:00 -07:00 |
|
王福宗
|
0f214662ca
|
Symble toString 修改为函数执行
|
2019-05-08 18:42:07 +08:00 |
|
bigbird231
|
16ecbb938d
|
Update destructuring.md
|
2019-05-08 12:49:04 +08:00 |
|
bigbird231
|
aaf0750fd4
|
Update let.md
|
2019-05-08 12:48:31 +08:00 |
|
bigbird231
|
7bad01cae6
|
Update reflect.md
|
2019-05-08 12:40:17 +08:00 |
|
bigbird231
|
584ee0dc47
|
Update reflect.md
|
2019-05-08 12:24:18 +08:00 |
|
bigbird231
|
abc7310f11
|
Update reflect.md
|
2019-05-08 12:05:03 +08:00 |
|
bigbird231
|
8c9f2e4ef0
|
Merge pull request #1 from ruanyf/gh-pages
merge
|
2019-05-08 11:49:46 +08:00 |
|
ruanyf
|
d2e69f0e3e
|
docs(generator): edit yield*
|
2019-05-03 11:22:32 +08:00 |
|
ruanyf
|
bb828d8b63
|
docs(array): edit spread #846
|
2019-04-28 23:07:10 +08:00 |
|
ruanyf
|
a4956cb858
|
docs(let): edit globalThis
|
2019-04-24 16:55:44 +08:00 |
|
ruanyf
|
f924f1b4a2
|
docs(string): add JSON.stringify()
|
2019-04-23 14:55:14 +08:00 |
|
ruanyf
|
14a4724b85
|
docs: add string-methods
|
2019-04-23 14:20:50 +08:00 |
|
ruanyf
|
dec326eba2
|
docs(symbol): add description
|
2019-04-23 13:47:17 +08:00 |
|
ruanyf
|
dca90708ac
|
docs(string): add trimStart()/trimEnd()
|
2019-04-22 15:26:28 +08:00 |
|
ruanyf
|
c572b57c27
|
docs(string): add trimStart()/trimEnd()
|
2019-04-22 15:24:36 +08:00 |
|
ruanyf
|
93f7e23e22
|
docs(proposals): edit JSON superset
|
2019-04-22 15:01:23 +08:00 |
|
ruanyf
|
c703df344a
|
docs(let): edit 块级作用域
|
2019-04-22 13:20:53 +08:00 |
|
bigbird231
|
9c01ac75a7
|
Update let.md
|
2019-04-18 18:42:07 +08:00 |
|
bigbird231
|
bd2840d8ac
|
Update destructuring.md
|
2019-04-18 18:24:22 +08:00 |
|
ruanyf
|
c3a4a17afa
|
docs(function): edit 箭头函数
|
2019-04-13 11:37:23 +08:00 |
|
Ruan YiFeng
|
03695be2db
|
Merge pull request #840 from bigbird231/patch-2
update object.md
|
2019-04-10 11:56:41 +08:00 |
|
bigbird231
|
0c61cc13ec
|
update object.md
let {x}=null就会报错了
let {...x}=null才会体现解构中...运算符引起报错
其实任何对null和undefined的解构都会报错
|
2019-04-08 18:33:06 +08:00 |
|
ruanyf
|
6c1aaf1b3f
|
docs(promise): fix Promise.resolve()
|
2019-04-05 19:53:07 +08:00 |
|
ruanyf
|
3c45b041d5
|
docs(function): fix 斐波那契数列的尾递归 #835
|
2019-03-30 20:56:29 +08:00 |
|
ruanyf
|
3f080e92bd
|
docs(destructuring): 对象的继承属性的解构赋值 #836
|
2019-03-30 19:14:42 +08:00 |
|
ruanyf
|
c54a3835e7
|
docs(string): edit 模板字符串
|
2019-03-28 16:28:24 +08:00 |
|
ruanyf
|
67eee047ee
|
docs(class): edit arrow function'this
|
2019-03-27 06:49:40 +08:00 |
|
Ruan YiFeng
|
6fc46035ce
|
Merge pull request #830 from helloztz/patch-1
变量名称错误
|
2019-03-21 11:46:45 +08:00 |
|
helloztz
|
121c29dc56
|
变量名称错误
|
2019-03-21 11:22:07 +08:00 |
|
ruanyf
|
0fe7edb898
|
docs(decorator): fix babel
|
2019-03-21 10:33:31 +08:00 |
|
ruanyf
|
cc95387e4b
|
docs(class-extends): fix mixin #820
|
2019-02-21 16:53:41 +08:00 |
|
ruanyf
|
679bb51386
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2019-02-19 16:21:16 +08:00 |
|
ruanyf
|
feeb592181
|
docs(class): fix new.target #819
|
2019-02-19 16:19:46 +08:00 |
|
Ruan YiFeng
|
23883cc0af
|
Merge pull request #815 from byog/patch-3
Update async.md
|
2019-02-19 14:30:47 +08:00 |
|
Ruan YiFeng
|
1a4ab0ea86
|
Merge pull request #814 from byog/patch-2
Update generator.md
|
2019-02-19 14:17:05 +08:00 |
|
ruanyf
|
a37a6b76f9
|
docs(class-extends): fix super #812
|
2019-02-19 14:12:19 +08:00 |
|
ruanyf
|
2fd150610f
|
docs(class): fix class 表达式 #818
|
2019-02-18 22:34:15 +08:00 |
|
ruanyf
|
2e97d01e0f
|
docs(class): fix this #813
|
2019-02-18 22:19:04 +08:00 |
|
Ruan YiFeng
|
9808707472
|
Merge pull request #816 from byog/patch-5
Update module-loader.md
|
2019-02-16 23:36:56 +08:00 |
|