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

buffer: fix validation of options in `Blob` constructor by aduh95 · Pull Request #45156 · nodejs/node · GitHub

/ node Public

buffer: fix validation of options in Blob constructor - #45156

Merged
aduh95 merged 5 commits into
nodejs:mainfrom
aduh95:blob-constructor-options-validation
Oct 31, 2022
Merged

buffer: fix validation of options in Blob constructor#45156
aduh95 merged 5 commits into
nodejs:mainfrom
aduh95:blob-constructor-options-validation

Conversation

aduh95 commented Oct 25, 2022
edited
Loading

Copy link
Copy Markdown
Contributor

To align more Node.js Blob implementations with other runtimes (I've tested the behavior on Firefox, Safari, Chromium, and Deno).

Refs: https://webidl.spec.whatwg.org/#es-dictionary

nodejs-github-bot added the needs-ci PRs that need a full CI run. label Oct 25, 2022

Copy link
Copy Markdown
Member

it might be worth linking to the webidl spec https://webidl.spec.whatwg.org/#es-dictionary (it also helps to understand which values are allowed)

aduh95 requested a review from jasnell October 26, 2022 10:48
Comment thread lib/internal/validators.js Outdated
Comment thread lib/internal/validators.js Outdated
aduh95 added the review wanted PRs that need reviews. label Oct 29, 2022
aduh95 added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Oct 31, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2022

Copy link
Copy Markdown
Collaborator

Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
aduh95 added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2022
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 31, 2022

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

aduh95 merged commit d6ee274 into nodejs:main Oct 31, 2022
aduh95 deleted the blob-constructor-options-validation branch October 31, 2022 23:47

aduh95 commented Oct 31, 2022

Copy link
Copy Markdown
Contributor Author

Landed in d6ee274

RafaelGSS pushed a commit that referenced this pull request Nov 1, 2022
PR-URL: #45156
Refs: https://webidl.spec.whatwg.org/#es-dictionary
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
RafaelGSS mentioned this pull request Nov 1, 2022
RafaelGSS pushed a commit that referenced this pull request Nov 10, 2022
PR-URL: #45156
Refs: https://webidl.spec.whatwg.org/#es-dictionary
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45156
Refs: https://webidl.spec.whatwg.org/#es-dictionary
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #45156
Refs: https://webidl.spec.whatwg.org/#es-dictionary
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Joyee Cheung <joyeec9h3@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. needs-ci PRs that need a full CI run. review wanted PRs that need reviews.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL