| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Async Hooks | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v8.1.0--> | ||
| 4 | + | ||
| 3 | 5 | > Stability: 1 - Experimental | |
| 4 | 6 | ||
| 5 | 7 | The `async_hooks` module provides an API to register callbacks tracking the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Deprecated APIs | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v7.7.0--> | ||
| 4 | + | ||
| 3 | 5 | Node.js may deprecate APIs when either: (a) use of the API is considered to be | |
| 4 | 6 | unsafe, (b) an improved alternative API has been made available, or (c) | |
| 5 | 7 | breaking changes to the API are expected in a future major release. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # ECMAScript Modules | |
| 2 | 2 | ||
| 3 | - <!--introduced_in=v9.x.x--> | ||
| 3 | + <!--introduced_in=v8.5.0--> | ||
| 4 | 4 | ||
| 5 | 5 | > Stability: 1 - Experimental | |
| 6 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # HTTP2 | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v8.4.0--> | ||
| 4 | + | ||
| 3 | 5 | > Stability: 1 - Experimental | |
| 4 | 6 | ||
| 5 | 7 | The `http2` module provides an implementation of the [HTTP/2][] protocol. It | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Inspector | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v8.0.0--> | ||
| 4 | + | ||
| 3 | 5 | > Stability: 1 - Experimental | |
| 4 | 6 | ||
| 5 | 7 | The `inspector` module provides an API for interacting with the V8 inspector. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Internationalization Support | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v8.2.0--> | ||
| 4 | + | ||
| 3 | 5 | Node.js has many features that make it easier to write internationalized | |
| 4 | 6 | programs. Some of them are: | |
| 5 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # N-API | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v7.10.0--> | ||
| 4 | + | ||
| 3 | 5 | > Stability: 1 - Experimental | |
| 4 | 6 | ||
| 5 | 7 | N-API (pronounced N as in the letter, followed by API) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | # Performance Timing API | |
| 2 | - <!-- YAML | ||
| 3 | - added: v8.5.0 | ||
| 4 | - --> | ||
| 2 | + | ||
| 3 | + <!--introduced_in=v8.5.0--> | ||
| 5 | 4 | ||
| 6 | 5 | > Stability: 1 - Experimental | |
| 7 | 6 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,7 @@ | |||
| 1 | 1 | # Tracing | |
| 2 | 2 | ||
| 3 | + <!--introduced_in=v7.7.0--> | ||
| 4 | + | ||
| 3 | 5 | Trace Event provides a mechanism to centralize tracing information generated by | |
| 4 | 6 | V8, Node core, and userspace code. | |
| 5 | 7 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments