-
Notifications
You must be signed in to change notification settings - Fork 354
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
Change deprecated .buffer() to .arrayBuffer() #1137
Comments
Thanks for the report! I'll ask the team to update that. |
Are you a bot @greg-db ? |
@MariusVB No, I am not a bot. I am a real person monitoring these issues. |
@greg-db I created and closed an issue to make the same fix. any chance this gets merged? I'm monkey patching for the time being. |
@toddjudd Thanks for the note. This is still open with the team but I don't have an update on it yet. I'll follow up here once I do. |
dropbox-sdk-js/src/response.js
Line 51 in 6bfaf89
The .buffer() will be removed in upcoming node versions. On node 20, I'm getting a deprecation error at every file download...
The text was updated successfully, but these errors were encountered: