Skip to content

Commit

Permalink
lib: runtime deprecate access to process.binding('url')
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jasnell committed Apr 1, 2021
1 parent 0d66317 commit 8bb4e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/bootstrap/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const runtimeDeprecatedList = new SafeSet([
'async_wrap',
'crypto',
'signal_wrap',
'url',
'v8',
]);

Expand Down

0 comments on commit 8bb4e04

Please sign in to comment.