diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-01-14 05:02:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-14 13:02:42 +0000 |
commit | b9cd19a1e842a3807a5284a079dd7daf78245489 (patch) | |
tree | a7cd05fc7904a5740602c31019ef200099a56e2d /cli/napi/js_native_api.rs | |
parent | b4ce48c80ab0b2f4c0d32b03b8f49becba8d5416 (diff) |
chore(napi): Remove unstable libuv methods (#17416)
This commit removes the libuv pollyfills introduced with Node-API
support.
It is too much Node-specific. Most Node-API modules that depend on libuv
are already giving up the benefits of Node-API. We should rather
encourage modules to use `ThreadSafeFunction` or `AsyncWork` to
interface with the event loop.
Relevant discussion a few months ago:
https://github.com/denoland/deno/pull/13633#discussion_r904916178
cc @bartlomieju
Diffstat (limited to 'cli/napi/js_native_api.rs')
0 files changed, 0 insertions, 0 deletions