0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Node.js v11.14.0リリースノート

Posted at

child_process

  • doc deprecate ChildProcess._channel
    • ChildProcess._channelが非推奨であることを記載
      • 代わりにChildProcess.channelを使用する

deps

  • update nghttp2 to 1.37.0
    • nghttp2を1.34.0から1.37.0に更新

dns

  • make dns.promises enumerable
    • dns.promisesをenumerableに変更
  • remove dns.promises experimental warning
    • dns.promisesの警告を削除

fs

  • remove experimental warning for fs.promises
    • fs.promisesの警告を削除

stream

  • make Symbol.asyncIterator support stable
    • Symbol.asyncIteratorの状態をExperimentalからStable

worker

  • use copy of process.env
    • 各workerのprocess.envはそのworkerを作成したworkerからコピーされるようになった
      • これまではOSがストアしたものを共有していた?
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?