From 9dd79eae874fd964f238b2aac000e44444880899 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 16 Dec 2023 13:35:41 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/08=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=96=B0=E8=A6=8F=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/xmlhttprequestupload/index.md | 3 ++- files/ja/web/api/xmlhttprequestupload/progress_event/index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/ja/web/api/xmlhttprequestupload/index.md b/files/ja/web/api/xmlhttprequestupload/index.md index f13ffd9aa51fa1..2704ff71a4d3dc 100644 --- a/files/ja/web/api/xmlhttprequestupload/index.md +++ b/files/ja/web/api/xmlhttprequestupload/index.md @@ -67,7 +67,8 @@ _このインターフェイスに特有のメソッドはありませんが、

ファイルのアップロード

- + +

diff --git a/files/ja/web/api/xmlhttprequestupload/progress_event/index.md b/files/ja/web/api/xmlhttprequestupload/progress_event/index.md index 323533474889dc..453be2ff529f37 100644 --- a/files/ja/web/api/xmlhttprequestupload/progress_event/index.md +++ b/files/ja/web/api/xmlhttprequestupload/progress_event/index.md @@ -64,5 +64,5 @@ xhr.upload.addEventListener("progress", (event) => { ## 関連情報 - 関連イベント: {{domxref("XMLHttpRequestUpload/loadstart_event", "loadstart")}}, {{domxref("XMLHttpRequestUpload/load_event", "load")}}, {{domxref("XMLHttpRequestUpload/error_event", "error")}}, {{domxref("XMLHttpRequestUpload/loadend_event", "loadend")}}, {{domxref("XMLHttpRequestUpload/timeout_event", "timeout")}}, {{domxref("XMLHttpRequestUpload/abort_event", "abort")}} -- [Monitoring progress](/en-US/docs/Web/API/XMLHttpRequest_API/Using_XMLHttpRequest#monitoring_progress) +- [進捗の監視](/ja/docs/Web/API/XMLHttpRequest_API/Using_XMLHttpRequest#monitoring_progress) - {{domxref("XMLHttpRequestUpload")}}