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

worker: make transfer list behave like web MessagePort by addaleax · Pull Request #29319 · nodejs/node · GitHub

/ node Public

worker: make transfer list behave like web MessagePort - #29319

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-transferlist-iterable
Closed

worker: make transfer list behave like web MessagePort#29319
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:worker-transferlist-iterable

Conversation

Copy link
Copy Markdown
Member

(The diff is a bit easier to view with whitespace diffing disabled.)

Allow generic iterables as transfer list arguments, as well
as an options object with a transfer option, for web compatibility.

Refs: #28033 (comment)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

addaleax added the worker Issues and PRs related to Worker support. label Aug 25, 2019
nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Aug 25, 2019
Allow generic iterables as transfer list arguments, as well
as an options object with a `transfer` option, for web compatibility.

Refs: nodejs#28033 (comment)
addaleax force-pushed the worker-transferlist-iterable branch from 992bca1 to 440f2b2 Compare August 25, 2019 19:54

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

danbev added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 6, 2019
danbev pushed a commit that referenced this pull request Sep 6, 2019
Allow generic iterables as transfer list arguments, as well
as an options object with a `transfer` option, for web compatibility.

PR-URL: #29319
Refs: #28033 (comment)
Reviewed-By: James M Snell <jasnell@gmail.com>

danbev commented Sep 6, 2019

Copy link
Copy Markdown
Contributor

Landed in 72650bc.

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++. worker Issues and PRs related to Worker support.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL