-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
buffer: add blob endings option, remove Node.js specific encoding option #39708
Conversation
This comment has been minimized.
This comment has been minimized.
Signed-off-by: James M Snell <jasnell@gmail.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Ordinarily this would have been a semver-major change. You consider this a patch because it's a spec violation? I'm on board with that, but maybe we should document it somewhere. |
Blob support is still experimental, this doesn't have to be semver-major. |
Ah, I missed it! I thought it was not but it was just a few lines above the diff, my bad! |
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39708 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Landed in fcf8ba4 |
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #39708 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This builds on the #39693 and includes the commits from that PR.This removes the non-standard
'encoding'
option on theBlob
constructor and adds the standard'endings'
option.