| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 02bf73e commit b3f15b7
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,7 @@ changes: | |||
| 16 | 16 | - version: | |
| 17 | 17 | - v13.9.0 | |
| 18 | 18 | - v12.16.2 | |
| 19 | + pr-url: https://github.com/nodejs/node/pull/31635 | ||
| 19 | 20 | description: Changed "strict mode" to "strict assertion mode" and "legacy | |
| 20 | 21 | mode" to "legacy assertion mode" to avoid confusion with the | |
| 21 | 22 | more usual meaning of "strict mode". | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -174,7 +174,8 @@ This method throws `EBADF` if called on an unbound socket. | |||
| 174 | 174 | <!-- YAML | |
| 175 | 175 | added: v0.1.99 | |
| 176 | 176 | changes: | |
| 177 | - - version: v0.10 | ||
| 177 | + - version: v0.9.1 | ||
| 178 | + commit: 332fea5ac1816e498030109c4211bca24a7fa667 | ||
| 178 | 179 | description: The method was changed to an asynchronous execution model. | |
| 179 | 180 | Legacy code would need to be changed to pass a callback | |
| 180 | 181 | function to the method call. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,7 @@ | |||
| 3 | 3 | deprecated: v1.4.2 | |
| 4 | 4 | changes: | |
| 5 | 5 | - version: v8.8.0 | |
| 6 | + pr-url: https://github.com/nodejs/node/pull/15695 | ||
| 6 | 7 | description: Any `Promise`s created in VM contexts no longer have a | |
| 7 | 8 | `.domain` property. Their handlers are still executed in the | |
| 8 | 9 | proper domain, however, and `Promise`s created in the main | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5204,6 +5204,7 @@ added: v8.0.0 | |||
| 5204 | 5204 | napiVersion: 1 | |
| 5205 | 5205 | changes: | |
| 5206 | 5206 | - version: v8.6.0 | |
| 5207 | + pr-url: https://github.com/nodejs/node/pull/15189 | ||
| 5207 | 5208 | description: Added `async_context` parameter. | |
| 5208 | 5209 | --> | |
| 5209 | 5210 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments