Skip to content

Commit 8bb4e04

Browse files
committed
lib: runtime deprecate access to process.binding('url')
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37799 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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)