-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An attempt to prove and model #1001 with a failing regression test Unfortunately to do so I've also had to modify some internals... Mirage upload handler 🌴 Adjusted this route handler to more accurately model a real upload request. It now fires onloadstart, onprogress and onloadend rather then onprogress only. The total value of the onloadend ProgressEvent is intentionally set to an arbitrary value.⚠️ I don't think this is a breaking change, and I'd be surprised if it affected users of the mirage handler as it's a specific implementation detail of something this addon handles for users. No guarantees, though. HTTPRequest 🌐 Setup so that onloadstart and onloadend may be called from the Mirage handler. Shouldn't affect addon users.
- Loading branch information
Showing
10 changed files
with
4,511 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.