Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
lib: runtime deprecate access to process.binding('url')
Signed-off-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
jasnell committed Mar 30, 2021
commit fc1c933682a2ff7798dcfefcc9be40c0e6a8ab82
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