Updated XHR to HTTP with PromiseProgress support

This commit is contained in:
2024-07-18 23:59:12 -04:00
parent 7b2d4ba119
commit 2a878b7962
5 changed files with 151 additions and 93 deletions

View File

@ -10,4 +10,4 @@ export * from './objects';
export * from './promise-progress';
export * from './string';
export * from './time';
export * from './xhr';
export * from './http.ts';