From 731875492feaec491e965dfc4b25b36311f9bdeb Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Mon, 27 Mar 2023 20:45:32 +0200 Subject: [PATCH] Update files/en-us/web/api/xmlhttprequestupload/index.md Co-authored-by: dawei-wang --- files/en-us/web/api/xmlhttprequestupload/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/xmlhttprequestupload/index.md b/files/en-us/web/api/xmlhttprequestupload/index.md index 1591b0c742aa325..4a83741ecbf4255 100644 --- a/files/en-us/web/api/xmlhttprequestupload/index.md +++ b/files/en-us/web/api/xmlhttprequestupload/index.md @@ -7,7 +7,7 @@ browser-compat: api.XMLHttpRequestUpload {{DefaultAPISidebar("XMLHttpRequest")}} -The **`XMLHttpRequestUpload`** interface represents the upload process, allowing to listen for events associated with a specific {{domxref("XMLHttpRequest")}}. It is an _opaque_ object that represents the underlying, browser-dependant, upload process. It is {{domxref("XMLHttpRequestEventTarget")}} and is can be obtained by calling {{domxref("XMLHttpRequest.upload")}}. +The **`XMLHttpRequestUpload`** interface represents the upload process, allowing it to listen for events associated with a specific {{domxref("XMLHttpRequest")}}. It is an _opaque_ object that represents the underlying, browser-dependant, upload process. It is {{domxref("XMLHttpRequestEventTarget")}} and is can be obtained by calling {{domxref("XMLHttpRequest.upload")}}. {{AvailableInWorkers("notservice")}}