Skip to content

Commit

Permalink
Update files/en-us/web/api/xmlhttprequestupload/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: dawei-wang <dawei-wang@users.noreply.github.com>
  • Loading branch information
teoli2003 and dawei-wang committed Mar 30, 2023
1 parent f17ff78 commit 7318754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/xmlhttprequestupload/index.md
Expand Up @@ -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")}}

Expand Down

0 comments on commit 7318754

Please sign in to comment.