-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(xhr-http-handler): add XMLHttpRequest http handler to use with l…
…ib-storage Upload (#3798) * feat(xhr-http-handler): add xhr handler * feat(xhr-http-handler): remove debug output * feat(xhr-http-handler): cleanup for PR * feat(xhr-http-handler): add error handler * accept suggestion in packages/xhr-http-handler/src/request-timeout.ts Co-authored-by: AllanZhengYP <zheallan@amazon.com> * feat(xhr-http-handler): add streaming text handling * feat(xhr-http-handler): update unit tests * fix(xhr-http-handler): readme update * fix(xhr-http-handler): readme update * fix(xhr-http-handler): readme update * fix(fetch-http-handler): modify config awaiter to be consistent with other http handlers * doc(xhr-http-handler): improve documentation for download progress events Co-authored-by: AllanZhengYP <zheallan@amazon.com>
- Loading branch information
1 parent
1702c43
commit 7462b07
Showing
18 changed files
with
1,049 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/node_modules/ | ||
/build/ | ||
/coverage/ | ||
/docs/ | ||
*.tsbuildinfo | ||
*.tgz | ||
*.log | ||
package-lock.json |
Empty file.
Oops, something went wrong.