Skip to content

Commit

Permalink
Web/API/XMLHttpRequest/responseType の追加更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Dec 21, 2023
1 parent e25f0e7 commit 05896e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/api/xmlhttprequest/responsetype/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "XMLHttpRequest: responseType プロパティ"
slug: Web/API/XMLHttpRequest/responseType
short-title: responseType
slug: Web/API/XMLHttpRequest/responseType
l10n:
sourceCommit: 0a726c0a04ab286873ad91b5ddee478dd938832d
---
Expand All @@ -23,7 +23,7 @@ l10n:
- `"blob"`
- : `response` はバイナリーデータを含む {{domxref("Blob")}} オブジェクトです。
- `"document"`
- : `response` は {{Glossary("HTML")}} の {{domxref("Document")}} または {{Glossary("XML")}} の {{domxref("XMLDocument")}} で、受信したデータの MIME タイプに基づいて適切な方になります。 [XMLHttpRequest における HTML の扱い](/ja/docs/Web/API/XMLHttpRequest_API/HTML_in_XMLHttpRequest)で、 XHR を使用して HTML コンテンツを読み取ることについて詳しく確認することができます。
- : `response` は {{Glossary("HTML")}} の {{domxref("Document")}} または {{Glossary("XML")}} の {{domxref("XMLDocument")}} で、受信したデータの MIME タイプに基づいて適切な方になります。 [XMLHttpRequest における HTML の扱い](/ja/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest)で、 XHR を使用して HTML コンテンツを読み取ることについて詳しく確認することができます。
- `"json"`
- : `response` は {{Glossary("JSON")}} として受信したデータの内容を解釈して生成された JavaScript オブジェクトです。
- `"text"`
Expand Down Expand Up @@ -59,5 +59,5 @@ XHR のリクエストは既定では非同期です。同期モードは、 `fa
## 関連情報

- [XMLHttpRequest の使用](/ja/docs/Web/API/XMLHttpRequest_API/Using_XMLHttpRequest)
- [XMLHttpRequest 内の HTML](/ja/docs/Web/API/XMLHttpRequest_API/HTML_in_XMLHttpRequest)
- [XMLHttpRequest 内の HTML](/ja/docs/Web/API/XMLHttpRequest/HTML_in_XMLHttpRequest)
- レスポンスデータ: {{domxref("XMLHttpRequest.response", "response")}}, {{domxref("XMLHttpRequest.responseText", "responseText")}}, {{domxref("XMLHttpRequest.responseXML", "responseXML")}}

0 comments on commit 05896e2

Please sign in to comment.