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

streams: implement TextEncoderStream and TextDecoderStream by jasnell · Pull Request #39347 · nodejs/node · GitHub

/ node Public

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 commented Jul 11, 2021

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-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 thread lib/internal/webstreams/encoding.js Outdated
jasnell force-pushed the encoding-webstreams branch from ca757bd to 1f4b37c Compare July 13, 2021 18:00
Experimental as part of the web streams implementation

Signed-off-by: James M Snell <jasnell@gmail.com>
jasnell force-pushed the encoding-webstreams branch from 1f4b37c to 2e2d7cd Compare July 13, 2021 18:06
jasnell requested review from aduh95 and targos July 13, 2021 18:07
Comment thread doc/api/webstreams.md

This comment has been minimized.

nodejs-github-bot commented Jul 14, 2021
edited by jasnell
Loading

Copy link
Copy Markdown
Collaborator

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

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

jasnell commented Jul 14, 2021

Copy link
Copy Markdown
Member Author

Landed in 25e2f17

jasnell 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>
BethGriggs 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>
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. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL