| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ const { | |||
| 30 | 30 | decodeURIComponent, | |
| 31 | 31 | } = primordials; | |
| 32 | 32 | ||
| 33 | - const { toASCII } = require('internal/idna'); | ||
| 33 | + const { toASCII } = internalBinding('encoding_binding'); | ||
| 34 | 34 | const { encodeStr, hexTable } = require('internal/querystring'); | |
| 35 | 35 | const querystring = require('querystring'); | |
| 36 | 36 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -117,7 +117,6 @@ expected.atRunTime = new Set([ | |||
| 117 | 117 | ||
| 118 | 118 | if (common.isMainThread) { | |
| 119 | 119 | [ | |
| 120 | - 'NativeModule internal/idna', | ||
| 121 | 120 | 'NativeModule url', | |
| 122 | 121 | ].forEach(expected.beforePreExec.add.bind(expected.beforePreExec)); | |
| 123 | 122 | } else { // Worker. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments