-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to TypeScript: Upload, StreamSource (#734)
* browser StreamSource TS * TS upload and options * Remove whitespace * Fix type of default options * Only pass strings to `HttpRequest#setHeader` (#709) * setHeader value arg should be string * Explicit casting of header values, number to string * Fix syntax * Fix lint --------- Co-Authored-By: Marius Kleidl <[email protected]> * Fix error emission Co-Authored-By: Marius Kleidl <[email protected]> * Allows `bytesTotal` to be null for progress events Co-Authored-By: Marius Kleidl <[email protected]> --------- Co-authored-by: Matthew Holloway <Matthew Holloway> Co-authored-by: Marius Kleidl <[email protected]> Co-authored-by: dragan_d_dragon <[email protected]>
- Loading branch information
1 parent
2e79a9c
commit f97916d
Showing
7 changed files
with
114 additions
and
64 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
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.