FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

lib: runtime deprecate access to process.binding('signal_wrap') · nodejs/node@ac00df1 · GitHub

/ node Public

Commit ac00df1

Browse files
committed
lib: runtime deprecate access to process.binding('signal_wrap')
The constructor was never meant to be exposed to user code. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37800 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 978bbf9 commit ac00df1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎lib/internal/bootstrap/loaders.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const internalBindingAllowlist = new SafeSet([
108108

109109
const runtimeDeprecatedList = new SafeSet([
110110
'async_wrap',
111+
'signal_wrap',
111112
'v8',
112113
]);
113114

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL