Skip to content

Commit fc1c933

Browse files
committed
lib: runtime deprecate access to process.binding('url')
Signed-off-by: James M Snell <[email protected]>
1 parent 30fe4ed commit fc1c933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/bootstrap/loaders.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const runtimeDeprecatedList = new SafeSet([
110110
'async_wrap',
111111
'crypto',
112112
'signal_wrap',
113+
'url',
113114
'v8',
114115
]);
115116

0 commit comments

Comments
 (0)