diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-29 13:35:43 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-05 13:19:25 +0900 |
commit | 5a40f94749c69b13772206c9a4f7b7ea030d1527 (patch) | |
tree | 817544fe861d021db51f9c970c37cea5f20bc06c /files/ja | |
parent | d9847c00dbb62b6f92a57a49fa7f1263e04d2110 (diff) | |
download | translated-content-5a40f94749c69b13772206c9a4f7b7ea030d1527.tar.gz translated-content-5a40f94749c69b13772206c9a4f7b7ea030d1527.tar.bz2 translated-content-5a40f94749c69b13772206c9a4f7b7ea030d1527.zip |
2021/09/15 時点の英語版に同期
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/api/xmlhttprequest/timeout/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/xmlhttprequest/timeout/index.md b/files/ja/web/api/xmlhttprequest/timeout/index.md index cecbe4e796..210e6be0ad 100644 --- a/files/ja/web/api/xmlhttprequest/timeout/index.md +++ b/files/ja/web/api/xmlhttprequest/timeout/index.md @@ -21,7 +21,7 @@ translation_of: Web/API/XMLHttpRequest/timeout [非同期リクエストでのタイムアウトの使用](/ja/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests#example_using_a_timeout) -Internet Explorer においては、 timeout プロパティは [open()](/ja/docs/Web/API/XMLHttpRequest/open) メソッドを呼び出してから [send()](/ja/docs/Web/API/XMLHttpRequest/send) メソッドを呼び出すまでの間しかセットすることはできません。 +Internet Explorer においては、 timeout プロパティは [open()](/ja/docs/Web/API/XMLHttpRequest/open) メソッドを呼び出してから [send()](/ja/docs/Web/API/XMLHttpRequest/send) メソッドを呼び出すまでの間しか設定することはできません。 ## 例 |