579 Commits

Author SHA1 Message Date
ruanyf
ecef95529e docs(dom): edit CSS 2019-09-10 15:36:58 +08:00
ruanyf
4f78aa4843 docs(bom): edit Cookie 2019-09-09 19:27:03 +08:00
ruanyf
304fd0743b refact: update dependencies 2019-08-27 21:52:14 +08:00
ruanyf
c4c14a85da refact: update dependencies 2019-08-27 21:50:01 +08:00
ruanyf
68e25ae1d5 docs(dom): edit document 2019-08-27 21:47:13 +08:00
Ruan YiFeng
339d5fda8a Merge pull request #144 from Michael18811380328/patch-6
change words
2019-08-09 13:13:42 +08:00
Michael An
cb92103d14 change words 2019-08-08 21:03:44 +08:00
ruanyf
b4e7f36c1a docs(bom): edit location.host 2019-08-08 16:42:35 +08:00
Ruan YiFeng
04567380fe Merge pull request #142 from Michael18811380328/patch-4
fix CORS
2019-08-08 14:25:12 +08:00
Michael An
e8997b2e94 fix CORS 2019-08-08 13:09:03 +08:00
Ruan YiFeng
17af7cb661 Merge pull request #141 from Michael18811380328/patch-3
fix uInt8Array parameter
2019-08-07 20:28:36 +08:00
Michael An
f32118c8b0 Update xmlhttprequest.md 2019-08-07 15:43:38 +08:00
ruanyf
391c543439 docs(bom): fix xmlhttprequest 2019-07-30 22:48:38 +08:00
Ruan YiFeng
d7ec7c7fcc Merge pull request #140 from Michael18811380328/patch-2
change words
2019-07-30 22:07:31 +08:00
Michael An
33d67a3be6 change words 2019-07-30 21:52:22 +08:00
ruanyf
33d53dca53 docs(dom): edit document/document.queryCommandSupported 2019-07-29 17:46:21 +08:00
ruanyf
9d0d7a5e6d docs(dom): edit document/document.queryCommandSupported 2019-07-29 17:41:59 +08:00
Ruan YiFeng
e5b8e8cd6c Merge pull request #139 from Michael18811380328/patch-1
MetaKey is repeated.
2019-07-27 17:08:50 +08:00
Michael An
c5cf744b98 MetaKey is repeated. 2019-07-27 11:08:48 +08:00
ruanyf
7a9116bc14 docs(event): fix model type 2019-07-17 23:28:29 +08:00
Ruan YiFeng
a9dadd280e Merge pull request #137 from yuchen100/patch-3
Update regexp.md
2019-07-16 18:51:25 +08:00
Ruan YiFeng
0fcce72592 Merge pull request #136 from yuchen100/patch-2
Update regexp.md
2019-07-16 18:50:15 +08:00
雨辰
090b1728e5 Update regexp.md 2019-07-16 18:42:56 +08:00
ruanyf
6cac646e4a docs(dom): fix mutationObserver 2019-07-16 18:24:49 +08:00
雨辰
e022c1801d Update regexp.md 2019-07-16 18:21:29 +08:00
ruanyf
bc61000313 docs(dom): fix #134 2019-07-16 16:53:22 +08:00
ruanyf
2785a886a8 docs(stdlib): edit regexp #132 2019-07-12 15:33:18 +08:00
Ruan YiFeng
7a63507561 Merge pull request #132 from njueyupeng/master
Update regexp.md,增加脱字符示例
2019-07-12 15:27:22 +08:00
ruanyf
4339cf847d docs(events): edit event.md/event.currentTarget 2019-07-12 09:04:50 +08:00
于鹏
5193f401ee Update regexp.md
增加脱字符的示例,防止歧义。 原有示例:
>>>
```javascript
/[^abc]/.test('hello world') // true
```
>>> 上面代码中,字符串`hello world`不包含字母`a`、`b`、`c`中的任一个,所以返回`true`;
可能引起误解:不能包含a,b,c才能返回true
2019-07-11 11:19:21 +08:00
Ruan YiFeng
bf0fbfd17b Merge pull request #129 from snow212-cn/patch-2
Update indexeddb.md
2019-07-05 07:36:02 +08:00
snow212-cn
6fefe701e2 Update indexeddb.md
标点错误
2019-07-03 21:52:21 +08:00
ruanyf
1eeae75586 docs(type): fix array 2019-05-30 13:52:11 +08:00
ruanyf
1b5eaabdca docs(async): edit promise 2019-05-21 18:15:37 +08:00
ruanyf
80a43706a4 docs(operator): fix OR operator 2019-05-15 14:16:56 +08:00
ruanyf
8571ba7dd0 docs(events): fix keyboard #123 2019-04-28 23:34:40 +08:00
ruanyf
a50171f625 docs(oop): edit prototype/instanceof typo 2019-04-28 22:03:12 +08:00
ruanyf
d4deebbaa6 docs(stdlib): edit number/toFixed #122 2019-04-28 21:56:42 +08:00
ruanyf
521bf2de63 docs(oop): edit prototype/instanceof 2019-04-24 12:59:19 +08:00
ruanyf
36fdb74559 docs(features): edit conversion/Boolean() 2019-04-24 11:32:17 +08:00
ruanyf
6006dbeeb8 docs(stdlib): edit regexp 2019-04-21 14:07:47 +08:00
Ruan YiFeng
f44b227b68 Merge pull request #119 from itellboy/master
docs(stdlib):edit regexp
2019-04-21 13:58:07 +08:00
ruanyf
53bae91a33 docs(stdlib): edit wrapper 2019-04-21 13:47:28 +08:00
GJ Wang
198d0efe86 docs(stdlib):edit regexp 2019-04-18 20:32:29 +08:00
ruanyf
ec49c637ad docs(bom): edit xmlhttprequest 2019-04-16 16:19:28 +08:00
ruanyf
729c20b4c3 docs(bom): edit same-origin/jsonp 2019-04-12 22:39:39 +08:00
ruanyf
578a0c0ade docs(dom): fix general/顶层节点 #117 2019-04-10 12:13:03 +08:00
ruanyf
405790c2fe docs(bom): fix window/window.open #111 2019-03-23 13:32:34 +08:00
ruanyf
c80e606e41 docs(stdlib): fix json/stringify 2019-03-21 15:49:08 +08:00
ruanyf
738008d5d3 docs(dom): fix node/appendChild #110 2019-03-21 11:29:48 +08:00