-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Description
- https://wiki.greasespot.net/GM.xmlHttpRequest
- https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/upload
Note
The fetch API still unable track upload progress, so it's interesting that this is instead easier to implement in XHR.
- https://fetch.spec.whatwg.org/#fetch-api
The fetch() method is relatively low-level API for fetching resources. It covers slightly more ground than XMLHttpRequest, although it is currently lacking when it comes to request progression (not response progression).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels