Skip to content

Commit 6c3aaca

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 <[email protected]>
1 parent 5e6386e commit 6c3aaca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/bootstrap/loaders.js

+1
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
]);
112113

113114
// Set up process.binding() and process._linkedBinding().

0 commit comments

Comments
 (0)