FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

buffer: add blob endings option, remove Node.js specific encoding option by jasnell · Pull Request #39708 · nodejs/node · GitHub

/ node Public

buffer: add blob endings option, remove Node.js specific encoding option - #39708

Closed
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:blob3
Closed

buffer: add blob endings option, remove Node.js specific encoding option#39708
jasnell wants to merge 1 commit into
nodejs:masterfrom
jasnell:blob3

Conversation

jasnell commented Aug 8, 2021
edited
Loading

Copy link
Copy Markdown
Member

This builds on the #39693 and includes the commits from that PR.

This removes the non-standard 'encoding' option on the Blob constructor and adds the standard 'endings' option.

nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. labels Aug 8, 2021
Comment thread lib/internal/blob.js Outdated
Comment thread doc/api/buffer.md Outdated
Comment thread doc/api/buffer.md Outdated
Comment thread lib/internal/blob.js Outdated

This comment has been minimized.

Signed-off-by: James M Snell <jasnell@gmail.com>

This comment has been minimized.

This comment has been minimized.

nodejs-github-bot commented Aug 12, 2021
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

jasnell added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. and removed needs-ci PRs that need a full CI run. labels Aug 12, 2021
jasnell requested review from addaleax and mcollina August 12, 2021 19:54

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

Copy link
Copy Markdown
Member

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.

targos commented Aug 14, 2021

Copy link
Copy Markdown
Member

Blob support is still experimental, this doesn't have to be semver-major.

Copy link
Copy Markdown
Member

Ah, I missed it! I thought it was not but it was just a few lines above the diff, my bad!

aduh95 added the experimental Issues and PRs related to experimental features. label Aug 14, 2021
jasnell added a commit that referenced this pull request Aug 14, 2021
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>

jasnell commented Aug 14, 2021

Copy link
Copy Markdown
Member Author

Landed in fcf8ba4

jasnell closed this Aug 14, 2021
danielleadams pushed a commit that referenced this pull request Aug 16, 2021
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. experimental Issues and PRs related to experimental features. lib / src Issues and PRs related to general changes in the lib or src directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL