皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

njs 0.7.9 发布

njs 0.7.9 发布

Release Date: 17 November 2022

nginx modules:

  • Bugfix: fixed Fetch Response prototype reinitialization. When at least one js_import directive was declared in both HTTP and Streamngx.fetch() returned inapproriate response in Stream. The bug was introduced in 0.7.7.

Core:

  • Bugfix: fixed String.prototype.replace(re) if re.exec() returns non-flat array.
  • Bugfix: fixed Array.prototype.fill() when start object changes this.
  • Bugfix: fixed description for fs.mkdir() and fs.rmdir() methods.
  • Bugfix: fixed %TypedArray%.prototype.set(s) when s element changes this.
  • Bugfix: fixed Array.prototype.splice(s,d) when d resizes this during eval.
  • Bugfix: fixed for-in loop with left and right hand side expressions.

转自 Changes (nginx.org)