nodejs-github-bot · GitHub

@nodejs-github-bot added the fs

Issues and PRs related to the fs subsystem / file system.

label

Nov 2, 2020

richardlau

@aduh95 aduh95 added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

Nov 2, 2020

aduh95

addaleax

aduh95

aduh95

addaleax

addaleax

aduh95

Trott

@mmomtchev

fix flaky test, tmpdir should be refreshed only
in the main thread
Apply suggestions from code review
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

@mmomtchev

@aduh95 aduh95 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

Dec 2, 2020

aduh95 pushed a commit that referenced this pull request

Dec 4, 2020
Support creating a Read/WriteStream from a
FileHandle instead of a raw file descriptor
Add an EventEmitter to FileHandle with a single
'close' event.
Fixes: #35240
PR-URL: #35922
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Closed

2 tasks

danielleadams pushed a commit that referenced this pull request

Dec 7, 2020
Support creating a Read/WriteStream from a
FileHandle instead of a raw file descriptor
Add an EventEmitter to FileHandle with a single
'close' event.
Fixes: #35240
PR-URL: #35922
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Merged

danielleadams added a commit that referenced this pull request

Dec 7, 2020
PR-URL: #36435
Notable changes:
* child_processes:
  * add AbortSignal support (Benjamin Gruenbaum) (#36308)
* deps:
  * update ICU to 68.1 (Michaël Zasso) (#36187)
* events:
  * support signal in EventTarget (Benjamin Gruenbaum) (#36258)
  * graduate Event, EventTarget, AbortController (James M Snell) (#35949)
* http:
  * enable call chaining with setHeader() (pooja d.p) (#35924)
* module:
  * add isPreloading indicator (James M Snell) (#36263)
* stream:
  * support abort signal (Benjamin Gruenbaum) (#36061)
  * add FileHandle support to Read/WriteStream (Momtchil Momtchev) (#35922)
* worker:
  * add experimental BroadcastChannel (James M Snell) (#36271)

Read the original on github.com ↗