diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-29 02:36:14 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-05 13:19:25 +0900 |
commit | d36d51247fcd2465c3cdc66aaebb4c473b014cca (patch) | |
tree | 38ad5bbce9a06ed14cff72a15374fb50d2e132cd | |
parent | 17614178356c47799a1ed6ee37262a80e8f169ce (diff) | |
download | translated-content-d36d51247fcd2465c3cdc66aaebb4c473b014cca.tar.gz translated-content-d36d51247fcd2465c3cdc66aaebb4c473b014cca.tar.bz2 translated-content-d36d51247fcd2465c3cdc66aaebb4c473b014cca.zip |
2022/01/28 時点の英語版に同期
-rw-r--r-- | files/ja/web/api/xmlhttprequest/mozsystem/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/files/ja/web/api/xmlhttprequest/mozsystem/index.md b/files/ja/web/api/xmlhttprequest/mozsystem/index.md index 6915ecc5c6..dd551af194 100644 --- a/files/ja/web/api/xmlhttprequest/mozsystem/index.md +++ b/files/ja/web/api/xmlhttprequest/mozsystem/index.md @@ -3,16 +3,16 @@ title: XMLHttpRequest.mozSystem slug: Web/API/XMLHttpRequest/mozSystem tags: - AP - - Non-standard - - Property - - Reference + - 標準外 + - プロパティ + - リファレンス + - 同一オリジンポリシー - XHR - XMLHttpRequest - - ame Origin Policy - mozSystem - - origin + - オリジン translation_of: Web/API/XMLHttpRequest/mozSystem --- -<div>{{draft}}{{APIRef('XMLHttpRequest')}}</div> +{{draft}}{{APIRef('XMLHttpRequest')}} -<p><span class="seoSummary"><strong><code>mozSystem</code></strong> はブール値です。 true の場合、同じ発信元ポリシーはリクエストに適用されません。</span></p> +**`mozSystem`** は論理値です。 true の場合、同じ発信元ポリシーはリクエストに適用されません。 |