129 Commits

Author SHA1 Message Date
Ruan YiFeng
b70fe3a147 Merge pull request #17 from uphg/patch-2
Some checks failed
Web API tutorial CI / Generating pages (push) Has been cancelled
docs: fix code block name in url.md
2025-10-13 14:04:40 +08:00
Ruan YiFeng
88b340fc72 Merge pull request #16 from uphg/patch-1
docs: fix code block name in urlsearchparams.md
2025-10-13 14:04:03 +08:00
uphg
79180175f3 docs: fix code block name in url.md 2025-10-13 14:01:43 +08:00
uphg
ad6ccbccd5 docs: fix code block name in urlsearchparams.md 2025-10-13 13:41:04 +08:00
Ruan YiFeng
21c9ba8953 Merge pull request #15 from TaoZiNiGePiChi/master
Some checks failed
Web API tutorial CI / Generating pages (push) Has been cancelled
docs: fix typo in formdata.md
2025-08-21 22:34:33 +08:00
TaoZiNiGePiChi
0d4855b60b docs: fix typo in formdata.md 2025-08-21 17:38:51 +08:00
Ruan YiFeng
7f3afb8a61 Merge pull request #14 from TaoZiNiGePiChi/master
Some checks failed
Web API tutorial CI / Generating pages (push) Has been cancelled
docs: fix typo in fontface.md
2025-08-02 20:17:08 +08:00
TaoZiNiGePiChi
2354874a26 docs: fix typo in fontface.md 2025-07-31 16:16:16 +08:00
ruanyf
e97b52a502 docs(headers): fixed typo
Some checks failed
Web API tutorial CI / Generating pages (push) Has been cancelled
2024-12-07 20:33:34 +08:00
ruanyf
c9eee23695 docs: add window.postMessage() 2024-06-26 17:36:05 +08:00
ruanyf
d27b94c666 docs: add URL Pattern API 2024-06-19 17:28:28 +08:00
ruanyf
9a028ab1f3 refactor: update github action script 2024-06-19 10:09:23 +08:00
ruanyf
a0502cce82 refactor: update dependencies 2024-06-19 10:05:48 +08:00
ruanyf
dfdd05261b docs(url): add URL.parse() 2024-05-20 11:40:22 +08:00
ruanyf
c07d5cb2d9 docs(URLSearchParams): fixed typo 2024-04-11 14:28:33 +08:00
ruanyf
9195d6523e docs(url): fixed typo 2024-04-10 16:46:46 +08:00
ruanyf
cbf0de0aab docs(url): add URL.canParse() 2023-12-03 13:20:51 +08:00
Ruan YiFeng
58c759587f Merge pull request #10 from Chavin-Chen/master
fixed a bad svg demo
2023-10-26 12:43:33 +08:00
Chavin
ff5c861de3 fixed a bad svg demo 2023-10-25 23:41:19 +08:00
Ruan YiFeng
f352fe3c00 Merge pull request #9 from mashiguang/master
docs(FormData): value() -> values()
2023-10-11 19:34:35 +08:00
mashiguang
124037f097 docs(FormData): value() -> values() 2023-10-11 18:21:34 +08:00
ruanyf
f0b4a1e514 docs: add Intl.Segmenter API 2023-10-05 18:57:12 +08:00
ruanyf
9668565c2b docs(FormData): finish FormData 2023-09-30 16:45:12 +08:00
ruanyf
0bd4cefbd4 docs(FormData): add FormData 2023-09-30 00:03:39 +08:00
ruanyf
10ea6b227e docs(response): add example 2023-09-25 23:10:14 +08:00
ruanyf
47f33a8ea3 docs: add chapter URLSearchParams 2023-09-12 19:38:41 +08:00
ruanyf
3b35c431ab docs: add chapter URL 2023-09-11 22:15:28 +08:00
ruanyf
68aac9298b docs: add Headers 对象 2023-09-10 12:28:04 +08:00
ruanyf
1bd668c414 docs(request): edit Request API 2023-09-09 23:54:09 +08:00
ruanyf
6ff6cdbe48 docs: add Response + Request API 2023-09-09 19:46:22 +08:00
ruanyf
e826772a25 chore: fix wrong dist directory 2023-09-05 11:58:13 +08:00
ruanyf
bc94c073bb docs(fetch): edit fetch intro 2023-09-05 11:32:20 +08:00
ruanyf
d3ea7da626 chore: update github actions wangdoc.yml 2023-09-05 11:16:38 +08:00
Ruan YiFeng
d4eefa4227 Merge pull request #8 from fwqaaq/fix-fetch
chore: fix translation about cross-origin
2023-02-05 10:36:12 +08:00
fwqaaq
d00bd368da chore: fix translation about cross-origin 2023-02-04 21:15:48 +08:00
Ruan YiFeng
db7c47863b Merge pull request #7 from noahlam/patch-1
docs: fix typo in service-worker.md
2022-09-29 14:05:34 +08:00
Noah
f39deeb6b1 docs: fix typo in service-worker.md
跨于 -> 跨域
2022-09-26 16:52:38 +08:00
ruanyf
b3fe8e8987 docs(fetch): edit keepalive 2022-04-10 12:13:00 +08:00
ruanyf
28e20ba5ba Merge branch 'master' of github.com:wangdoc/webapi-tutorial 2021-09-05 11:07:58 +08:00
ruanyf
e76335bbe8 refactor: edit theme 2021-09-05 11:07:33 +08:00
Ruan YiFeng
d4a9a79589 Merge pull request #5 from yangxueyou/patch-1
Update canvas.md
2021-04-09 11:22:27 +08:00
yangxueyou
138b3466bb Update canvas.md
关键字拼写错误
2021-04-08 16:02:18 +08:00
Ruan YiFeng
7f965db79f Merge pull request #4 from yangxueyou/master
Update canvas.md
2021-04-03 16:06:16 +08:00
yangxueyou
3f0bcc12b2 Update canvas.md
修复变量未定义问题
```
var text1 = ctx.measureText('Hello world');
text.width // 49.46

ctx.font = 'Bold 20px Arial';
text2.width // 107.78
```
2021-04-01 17:44:14 +08:00
ruanyf
a538e97876 docs(clipboard): fix typo 2021-01-25 15:35:18 +08:00
ruanyf
f9d7f3c1a0 docs: finish Clipboard API 2021-01-20 14:33:38 +08:00
ruanyf
67be03d25d docs(clipboard): edit clipboard 2021-01-19 17:24:41 +08:00
ruanyf
c67c01ce62 docs: edit clipboard 2021-01-18 11:24:58 +08:00
ruanyf
bd60dd978e docs(clipboard): edit clipboard API 2021-01-17 20:49:11 +08:00
ruanyf
8a1c75418b docs: add Clipboard API 2021-01-12 23:46:06 +08:00