deno/ext/node/polyfills/internal_binding
Luca Casonato 7bfcb4dd10
feat(cli): use NotCapable error for permission errors (#25431)
Closes #7394

---------

Co-authored-by: snek <snek@deno.com>
2024-09-10 11:12:24 -07:00
..
_libuv_winerror.ts
_listen.ts
_node.ts
_timingSafeEqual.ts
_utils.ts
ares.ts
async_wrap.ts
buffer.ts
cares_wrap.ts fix(BREAKING): make dns record types have consistent naming (#25357) 2024-09-02 11:19:08 +00:00
connection_wrap.ts
constants.ts
crypto.ts
handle_wrap.ts
mod.ts
node_file.ts BREAKING(fs): remove Deno.seek[Sync]() (#25449) 2024-09-05 20:37:28 +10:00
node_options.ts
pipe_wrap.ts feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
README.md
stream_wrap.ts fix(node): Create additional pipes for child processes (#25016) 2024-08-15 09:38:46 -07:00
string_decoder.ts
symbols.ts
tcp_wrap.ts feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
types.ts
udp_wrap.ts feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
util.ts
uv.ts

Internal Bindings

The modules in this directory implement (simulate) C++ bindings implemented in the ./src/ directory of the Node.js repository.

These bindings are created in the Node.js source code by using NODE_MODULE_CONTEXT_AWARE_INTERNAL.

Please refer to https://github.com/nodejs/node/blob/master/src/README.md for further information.