Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle upload progress better and don't minify browser-es #170

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

qgustavor
Copy link
Owner

Upload progress can be monitored by checking progress events. The browser-es build is no longer minified because I guess no one using it wants it to be minified, instead they would opt to use a minifier from a bundler which also would do tree shaking. Of they are using Deno, which, in this case, it's better not to minify to make debugging easier.

Upload progress can be monitored by checking progress events.
The browser-es build is no longer minified because I guess no one using it wants it to be minified, instead they would opt to use a minifier from a bundler which also would do tree shaking. Of they are using Deno, which, in this case, it's better not to minify to make debugging easier.
@qgustavor qgustavor merged commit 5dd44da into next Dec 22, 2023
2 checks passed
@qgustavor qgustavor deleted the upload-and-browser branch December 22, 2023 14:35
@qgustavor qgustavor mentioned this pull request Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant