From 8dba1bffc690b6a6fff95c1dd7c265b4ddef5ed4 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 13 Aug 2021 17:24:28 +0900 Subject: Body ミックスインを廃止し、 Response インターフェイスへ統合 (#1898) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - orphaned にあった Body ミックスインを廃止 - Body ミックスインのメンバーを Response インターフェイスへ移動 - 関連する記事を 2021/08/04 時点の英語版に同期 --- files/ja/_redirects.txt | 8 -- files/ja/_wikihistory.json | 120 ++++++++---------- .../third_party_apis/index.html | 2 +- .../contribute/documentation_priorities/index.html | 1 - .../orphaned/web/api/body/arraybuffer/index.html | 109 ---------------- files/ja/orphaned/web/api/body/blob/index.html | 80 ------------ files/ja/orphaned/web/api/body/body/index.html | 95 -------------- files/ja/orphaned/web/api/body/bodyused/index.html | 82 ------------ files/ja/orphaned/web/api/body/formdata/index.html | 73 ----------- files/ja/orphaned/web/api/body/index.html | 96 -------------- files/ja/orphaned/web/api/body/json/index.html | 92 -------------- files/ja/orphaned/web/api/body/text/index.html | 89 ------------- files/ja/web/api/fetch_api/index.html | 89 ++++++------- files/ja/web/api/request/index.html | 2 +- files/ja/web/api/response/arraybuffer/index.html | 95 ++++++++++++++ files/ja/web/api/response/blob/index.html | 65 ++++++++++ files/ja/web/api/response/body/index.html | 80 ++++++++++++ files/ja/web/api/response/bodyused/index.html | 67 ++++++++++ files/ja/web/api/response/formdata/index.html | 58 +++++++++ files/ja/web/api/response/index.html | 139 +++++++++++---------- files/ja/web/api/response/json/index.html | 78 ++++++++++++ files/ja/web/api/response/text/index.html | 74 +++++++++++ 22 files changed, 681 insertions(+), 913 deletions(-) delete mode 100644 files/ja/orphaned/web/api/body/arraybuffer/index.html delete mode 100644 files/ja/orphaned/web/api/body/blob/index.html delete mode 100644 files/ja/orphaned/web/api/body/body/index.html delete mode 100644 files/ja/orphaned/web/api/body/bodyused/index.html delete mode 100644 files/ja/orphaned/web/api/body/formdata/index.html delete mode 100644 files/ja/orphaned/web/api/body/index.html delete mode 100644 files/ja/orphaned/web/api/body/json/index.html delete mode 100644 files/ja/orphaned/web/api/body/text/index.html create mode 100644 files/ja/web/api/response/arraybuffer/index.html create mode 100644 files/ja/web/api/response/blob/index.html create mode 100644 files/ja/web/api/response/body/index.html create mode 100644 files/ja/web/api/response/bodyused/index.html create mode 100644 files/ja/web/api/response/formdata/index.html create mode 100644 files/ja/web/api/response/json/index.html create mode 100644 files/ja/web/api/response/text/index.html (limited to 'files/ja') diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index 170433ea2c..75c49c2c72 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3181,14 +3181,6 @@ /ja/docs/Web/API/AudioContext/onstatechange /ja/docs/Web/API/BaseAudioContext/onstatechange /ja/docs/Web/API/AudioContext/sampleRate /ja/docs/Web/API/BaseAudioContext/sampleRate /ja/docs/Web/API/AudioContext/state /ja/docs/Web/API/BaseAudioContext/state -/ja/docs/Web/API/Body /ja/docs/orphaned/Web/API/Body -/ja/docs/Web/API/Body/arrayBuffer /ja/docs/orphaned/Web/API/Body/arrayBuffer -/ja/docs/Web/API/Body/blob /ja/docs/orphaned/Web/API/Body/blob -/ja/docs/Web/API/Body/body /ja/docs/orphaned/Web/API/Body/body -/ja/docs/Web/API/Body/bodyUsed /ja/docs/orphaned/Web/API/Body/bodyUsed -/ja/docs/Web/API/Body/formData /ja/docs/orphaned/Web/API/Body/formData -/ja/docs/Web/API/Body/json /ja/docs/orphaned/Web/API/Body/json -/ja/docs/Web/API/Body/text /ja/docs/orphaned/Web/API/Body/text /ja/docs/Web/API/Boolean /ja/docs/Web/JavaScript/Reference/Global_Objects/Boolean /ja/docs/Web/API/CSSMatrix /ja/docs/Web/API/DOMMatrix /ja/docs/Web/API/CSSStyleSheet.insertRule /ja/docs/Web/API/CSSStyleSheet/insertRule diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index a63eacc3fe..799b99b6aa 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -20996,24 +20996,78 @@ "jack-low" ] }, + "Web/API/Response/arrayBuffer": { + "modified": "2020-10-15T21:43:16.481Z", + "contributors": [ + "Wind1808", + "woodmix", + "YuichiNukiyama" + ] + }, + "Web/API/Response/blob": { + "modified": "2020-10-15T21:47:35.044Z", + "contributors": [ + "Wind1808", + "woodmix", + "YuichiNukiyama" + ] + }, + "Web/API/Response/body": { + "modified": "2020-10-15T22:25:57.301Z", + "contributors": [ + "Wind1808" + ] + }, + "Web/API/Response/bodyUsed": { + "modified": "2020-10-15T21:42:42.306Z", + "contributors": [ + "Wind1808", + "YuichiNukiyama" + ] + }, "Web/API/Response/error": { "modified": "2020-10-15T22:31:34.288Z", "contributors": [ "eltociear" ] }, + "Web/API/Response/formData": { + "modified": "2020-10-15T21:43:16.713Z", + "contributors": [ + "Wind1808", + "YuichiNukiyama" + ] + }, "Web/API/Response/headers": { "modified": "2020-10-15T22:32:37.063Z", "contributors": [ "eltociear" ] }, + "Web/API/Response/json": { + "modified": "2020-10-15T21:43:16.571Z", + "contributors": [ + "Wind1808", + "mfuji09", + "woodmix", + "YuichiNukiyama" + ] + }, "Web/API/Response/redirect": { "modified": "2020-10-15T22:31:37.239Z", "contributors": [ "eltociear" ] }, + "Web/API/Response/text": { + "modified": "2020-10-15T21:43:16.444Z", + "contributors": [ + "Wind1808", + "Uemmra3", + "woodmix", + "YuichiNukiyama" + ] + }, "Web/API/SVGElement": { "modified": "2020-10-15T21:57:52.067Z", "contributors": [ @@ -50763,72 +50817,6 @@ "shinnn" ] }, - "orphaned/Web/API/Body": { - "modified": "2020-10-15T21:42:48.844Z", - "contributors": [ - "Wind1808", - "dlwe", - "woodmix", - "hamasaki", - "chikoski", - "YuichiNukiyama", - "fscholz" - ] - }, - "orphaned/Web/API/Body/arrayBuffer": { - "modified": "2020-10-15T21:43:16.481Z", - "contributors": [ - "Wind1808", - "woodmix", - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/Body/blob": { - "modified": "2020-10-15T21:47:35.044Z", - "contributors": [ - "Wind1808", - "woodmix", - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/Body/body": { - "modified": "2020-10-15T22:25:57.301Z", - "contributors": [ - "Wind1808" - ] - }, - "orphaned/Web/API/Body/bodyUsed": { - "modified": "2020-10-15T21:42:42.306Z", - "contributors": [ - "Wind1808", - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/Body/formData": { - "modified": "2020-10-15T21:43:16.713Z", - "contributors": [ - "Wind1808", - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/Body/json": { - "modified": "2020-10-15T21:43:16.571Z", - "contributors": [ - "Wind1808", - "mfuji09", - "woodmix", - "YuichiNukiyama" - ] - }, - "orphaned/Web/API/Body/text": { - "modified": "2020-10-15T21:43:16.444Z", - "contributors": [ - "Wind1808", - "Uemmra3", - "woodmix", - "YuichiNukiyama" - ] - }, "orphaned/Web/API/ChildNode": { "modified": "2020-11-23T03:36:42.854Z", "contributors": [ diff --git a/files/ja/learn/javascript/client-side_web_apis/third_party_apis/index.html b/files/ja/learn/javascript/client-side_web_apis/third_party_apis/index.html index b44a2b17bf..f1573f8af8 100644 --- a/files/ja/learn/javascript/client-side_web_apis/third_party_apis/index.html +++ b/files/ja/learn/javascript/client-side_web_apis/third_party_apis/index.html @@ -278,7 +278,7 @@ fetch(url).then(function(result) { displayResults(json); }); -

ここでは、url 変数を fetch() に渡してリクエストを実行し、json() 関数を使用してレスポンスボディを JSON に変換し、結果の JSON を displayResults() 関数に渡して、データを UI に表示できるようにします。

+

ここでは、url 変数を fetch() に渡してリクエストを実行し、json() 関数を使用してレスポンスボディを JSON に変換し、結果の JSON を displayResults() 関数に渡して、データを UI に表示できるようにします。

データを表示する

diff --git a/files/ja/mdn/contribute/documentation_priorities/index.html b/files/ja/mdn/contribute/documentation_priorities/index.html index d0ebb69565..d647c6446b 100644 --- a/files/ja/mdn/contribute/documentation_priorities/index.html +++ b/files/ja/mdn/contribute/documentation_priorities/index.html @@ -156,7 +156,6 @@ translation_of: MDN/Contribute/Documentation_priorities

Fetch API (47)