| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0df47d5 commit 81cb14b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -965,6 +965,10 @@ provided by the underlying V8 JavaScript engine. They are subject to change | |||
| 965 | 965 | or removal at any time. They are not documented by Node.js or V8, and they | |
| 966 | 966 | should never be used outside of testing. | |
| 967 | 967 | ||
| 968 | + During shutdown of the process or worker threads destructors are not called | ||
| 969 | + by the JS engine. Therefore it's the responsibility of the user to track | ||
| 970 | + these objects and ensure proper destruction to avoid resource leaks. | ||
| 971 | + | ||
| 968 | 972 | ### Factory of wrapped objects | |
| 969 | 973 | ||
| 970 | 974 | Alternatively, it is possible to use a factory pattern to avoid explicitly | |
| Back | FazBrowse Home | New Git URL |
0 commit comments