diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-30 00:43:48 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-05 13:19:57 +0900 |
commit | be350c2b79418cd8cc72213c1e7f68fe219d07da (patch) | |
tree | 56bc11427d80c9b39848280824638f81e5c9b604 /files/ja/web | |
parent | b00755c73598fec568bc4a89c97786b3a0de61c1 (diff) | |
download | translated-content-be350c2b79418cd8cc72213c1e7f68fe219d07da.tar.gz translated-content-be350c2b79418cd8cc72213c1e7f68fe219d07da.tar.bz2 translated-content-be350c2b79418cd8cc72213c1e7f68fe219d07da.zip |
XMLHttpRequest: loadstart を再修正
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/api/xmlhttprequest/loadstart_event/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/xmlhttprequest/loadstart_event/index.md b/files/ja/web/api/xmlhttprequest/loadstart_event/index.md index f1028c41c5..2da3ede737 100644 --- a/files/ja/web/api/xmlhttprequest/loadstart_event/index.md +++ b/files/ja/web/api/xmlhttprequest/loadstart_event/index.md @@ -16,7 +16,7 @@ translation_of: Web/API/XMLHttpRequest/loadstart_event --- {{APIRef}} -**`loadstart`** イベントは、リクエストがデータを読み込み始めたときに発生します。 +**`loadstart`** イベントは、リクエストがデータを読み込み始めたときに発行されます。 <table class="properties"> <tbody> |