Skip to content

Commit 9bc5f9b

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

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
@@ -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)