LoginSignup
0
0

More than 5 years have passed since last update.

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

Last updated at Posted at 2018-12-16

deps

  • A new experimental HTTP parser (llhttp) is now supported.
    • llhttp(HTTP parser)をサポート

timers

  • Fixed an issue that could cause setTimeout to stop working as expected.
    • timersのremoveAtのバグ修正

Windows

  • A crashing process will now show the names of stack frames if the node.pdb file is available.
    • node.pdbがある場合クラッシュ時にスタックトレースの情報が詳細に
  • Continued effort to improve the installer's new stage that installs native build tools.
    • インストール用スクリプトを改善?

child_process:

  • On Windows the windowsHide option default was restored to false. This means detached child processes and GUI apps will once again start in a new window.
    • Windowsが子プロセスのコンソールウィンドウを作成した時、デフォルトではそれを非表示にしないように変更
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