| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@legendecas @addaleax Hi, can you help review this PR ? Thanks ! |
Sorry, something went wrong.
There was a problem hiding this comment.
I think this could be made a bit more succinct, e.g. “Addons defined with NODE_MODULE() cannot be loaded in multiple contexts or multiple threads at the same time.”?
I wouldn’t make the text here too verbose since the next section already touches on this quite a bit.
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, i have copied your text into docs.
Sorry, something went wrong.
PR-URL: #45797 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #45797 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #45797 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
| Back | FazBrowse Home | New Git URL |
If we define an addon with NODE_MODULE, we can not loaded it both in the
main and worker thread.