Skip to content

stream: refactor to use validateAbortSignal - #46520

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
aduh95:stream-validator
Feb 8, 2023
Merged

stream: refactor to use validateAbortSignal#46520
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
aduh95:stream-validator

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

All APIs currently accept any AbortSignal-like objects, which is what validateAbortSignal checks for. Let's use this here for consistency.

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. web streams labels Feb 6, 2023
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Feb 6, 2023
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 6, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 7, 2023
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Feb 8, 2023
@nodejs-github-bot
nodejs-github-bot merged commit da89ab8 into nodejs:mainFeb 8, 2023
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in da89ab8

MylesBorins pushed a commit that referenced this pull request Feb 18, 2023
PR-URL: #46520
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Feb 19, 2023
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
PR-URL: #46520
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.web streams

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@aduh95@nodejs-github-bot@jasnell@lpinca