Skip to content

Commit 8bb4e04

Browse files
committed
lib: runtime deprecate access to process.binding('url')
Signed-off-by: James M Snell <[email protected]> PR-URL: #37799 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0d66317 commit 8bb4e04

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)