jameslnewell / xhr-mock

Utility for mocking XMLHttpRequest.
196 stars 48 forks source link

add support for XMLHttpRequest.upload #25

Closed snstanton closed 7 years ago

snstanton commented 7 years ago

Similar to the patch for XMLHttpRequest.addEventListener, there should be an opaque XMLHttpRequest.upload object for tracking progress of uploads.

jameslnewell commented 7 years ago

Thanks for the PR! https://github.com/jameslnewell/xhr-mock/pull/26