lib: add URI handling functions to primordials

PR-URL: https://github.com/nodejs/node/pull/37394
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Antoine du Hamel
2021-02-16 14:31:29 +01:00
parent 4411a99dcd
commit b7a593d7ea
6 changed files with 21 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ const {
String,
StringPrototypeCharCodeAt,
StringPrototypeSlice,
decodeURIComponent,
} = primordials;
const { Buffer } = require('buffer');