-
Notifications
You must be signed in to change notification settings - Fork 46
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
Use Streams API instead of openpgp/web-stream-tools #5872
Comments
While migrating the logic to use the native Streams API, I discovered that it’s impossible to completely eliminate This is because the Let me know your thoughts. |
This dependency is listed in |
When I try to build project, node_modules openpgp type complains about @openpgp-web-stream-tools not installed |
The OpenPGP library heavily relies on the |
@sosnovsky What do you think? |
Then let's stick with |
Got it |
We could implement our own
readToEnd
function instead.I think we might be able to completely remove the dependency on
@openpgp/web-stream-tools
.Would you like me to explore this?
Also, should I address this in the current PR or create a separate one?
Originally posted by @ioanmo226 in #5866 (comment)
The text was updated successfully, but these errors were encountered: