| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c13c9ff commit 7c3486b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -47,6 +47,9 @@ | |||
| 47 | 47 | (minor) == NODE_MINOR_VERSION && (patch) <= NODE_PATCH_VERSION)) | |
| 48 | 48 | ||
| 49 | 49 | /** | |
| 50 | + * Node.js will refuse to load modules that weren't compiled against its own | ||
| 51 | + * module ABI number, exposed as the process.versions.modules property. | ||
| 52 | + * | ||
| 50 | 53 | * When this version number is changed, node.js will refuse | |
| 51 | 54 | * to load older modules. This should be done whenever | |
| 52 | 55 | * an API is broken in the C++ side, including in v8 or | |
| Back | FazBrowse Home | New Git URL |
0 commit comments