-
Notifications
You must be signed in to change notification settings - Fork 76
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
don't use deprecated buffer function #474
Comments
This looks like a problem with the |
The immediate cause of the warning which shows up when running There's an official guide to fixing code here, but it also points out that the use of the incorrect form is widespread and has even increased recently. |
Just curious but how were you able to tell that the |
In
This particular instance would be fixed upstream by this PR, but since the last update was 5 years ago I would not be too hopeful of it being merged. |
This is not fixable except by changes to upstream packages, or by switching to different dependencies. In normal usage, node will ignore deprecation warnings that come from |
OK. let's leave it be for now. |
Was about to open this issue for |
The text was updated successfully, but these errors were encountered: