-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[question] When do you need this? #24
Comments
@jimmywarting Hey Jimmy did you figure this out? I'm also wondering about that... |
no, but my assumption is if you need to support node version lower then 6 you should maybe need this lib. |
Yeah that's what I think - this is obsolete if you are using the latest node. I just do
|
Same, same. But i try to use |
Interesting... I've been using |
i try to avoid base64 whenever possible, base64 is roughly ~33% larger in memory/size and it takes time to compile back and forth between binary and base64. Blobs and typed arrays is a good candidate when dealing with data For example, when i want to display an image i use |
Good to know, thanks! |
If you're using this package purely as a shim, then it should not be needed in Node 6 or higher since |
Should this be like deprecated now, feels like it have done it's part... |
Is this not needed if you only target node v6 and upwards?
The text was updated successfully, but these errors were encountered: