Skip to content

streams: implement TextEncoderStream and TextDecoderStream - #39347

Closed
jasnell wants to merge 3 commits into
nodejs:masterfrom
jasnell:encoding-webstreams
Closed

streams: implement TextEncoderStream and TextDecoderStream#39347
jasnell wants to merge 3 commits into
nodejs:masterfrom
jasnell:encoding-webstreams

Conversation

@jasnell

Copy link
Copy Markdown
Member

Experimental as part of the web streams implementation (technically these are part of the same encoding spec as TextDecoder and TextEncoder, but make sense to keep bundled up with the require('web/stream') exports.

Still TODO: Enable the relevant web platform tests

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

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. labels Jul 11, 2021
Comment threadtest/parallel/test-whatwg-webstreams-encoding.js Outdated
Comment threadlib/internal/webstreams/encoding.js Outdated
@jasnell
jasnellforce-pushed the encoding-webstreams branch from ca757bd to 1f4b37cCompareJuly 13, 2021 18:00
Experimental as part of the web streams implementation
Signed-off-by: James M Snell <jasnell@gmail.com>
@jasnell
jasnellforce-pushed the encoding-webstreams branch from 1f4b37c to 2e2d7cdCompareJuly 13, 2021 18:06
@jasnell
jasnell requested review from aduh95 and targosJuly 13, 2021 18:07
Comment threaddoc/api/webstreams.md
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented Jul 14, 2021

Copy link
Copy Markdown
Collaborator

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@jasnelljasnell added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 14, 2021
@jasnell
jasnell requested a review from aduh95July 14, 2021 15:27

@mcollinamcollina 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.

lgtm

@jasnell

Copy link
Copy Markdown
MemberAuthor

Landed in 25e2f17

@jasnelljasnell closed this Jul 14, 2021
jasnell added a commit that referenced this pull request Jul 14, 2021
Experimental as part of the web streams implementation
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #39347
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Jul 17, 2021
Experimental as part of the web streams implementation
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #39347
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Jul 26, 2021
BethGriggs pushed a commit that referenced this pull request Jul 29, 2021
Experimental as part of the web streams implementation
Signed-off-by: James M Snell <jasnell@gmail.com>
PR-URL: #39347
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@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.docIssues and PRs related to the documentations.needs-ciPRs that need a full CI run.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@jasnell@nodejs-github-bot@mcollina@targos@aduh95