File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ console.log(2);
10141014JavaScript にはサーバーと非同期に通信するための
10151015API が用意されています。
10161016
1017- - [ fetch API] ( http://www.hcn.zaq.ne.jp/___/WEB/Fetch-ja.html )
1017+ - [ Fetch API] ( http://www.hcn.zaq.ne.jp/___/WEB/Fetch-ja.html )
10181018
10191019 現在策定中の新しい標準仕様
10201020
@@ -1026,14 +1026,14 @@ API が用意されています。
10261026
10271027
10281028今回は、JavaScript の将来を見据えて、
1029- fetch API によるサーバーとの通信を
1029+ Fetch API によるサーバーとの通信を
10301030トレーニングします。
10311031
10321032
10331033
1034- #### fetch API
1034+ #### Fetch API
10351035
1036- fetch API は下のように書きます。
1036+ Fetch API は下のように書きます。
10371037このコードは、` /users.json ` を
10381038取得します。
10391039
@@ -1164,7 +1164,7 @@ fetch('/api/foo')
11641164
11651165- [ Promise に関する参考情報] ( https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/Promise )
11661166- [ Promise 参考情報(重量級)] ( http://azu.github.io/promises-book/ )
1167- - [ fetch API に関する参考情報] ( https://github.com/github/fetch )
1167+ - [ Fetch API に関する参考情報] ( https://github.com/github/fetch )
11681168- [ Github API に関する参考情報] ( https://developer.github.com/v3/ )
11691169
11701170
You can’t perform that action at this time.
0 commit comments