We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
process.binding used in _third_party_main.js is deprecated. You need to replace it somehow.
process.binding
js2bin/_third_party_main.js at master · criblio/js2bin
let source = process.binding('natives')['_js2bin_app_main'];
Ref Deprecated APIs | Node.js v15.1.0 Documentation
The text was updated successfully, but these errors were encountered:
Here are some links of interest for this issue. Seems like it will be challenging to replace our usage of process.binding, but not insurmountable.
Move from process.binding to internalBinding: nodejs/node#22160 nodejs/node#24931
This issue has some insightful discussion and suggestions around replacements: nodejs/node#27061
Sorry, something went wrong.
@asamuzaK thanks for the report. Adding a link to an example migration from process.bindings to internalBinding
No branches or pull requests
process.binding
used in _third_party_main.js is deprecated.You need to replace it somehow.
js2bin/_third_party_main.js at master · criblio/js2bin
Ref Deprecated APIs | Node.js v15.1.0 Documentation
The text was updated successfully, but these errors were encountered: