We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6949b4 commit 733beb7Copy full SHA for 733beb7
lib/internal/idna.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-if (process.binding('config').hasIntl) {
+if (internalBinding('config').hasIntl) {
4
const { toASCII, toUnicode } = internalBinding('icu');
5
module.exports = { toASCII, toUnicode };
6
} else {
0 commit comments