From 408f359b37e31da41bd0962256f4b29f97118b45 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 16 Feb 2021 14:56:40 +0100 Subject: [PATCH] fixup! lib: add URI handling functions to primordials --- lib/internal/per_context/primordials.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/per_context/primordials.js b/lib/internal/per_context/primordials.js index aa947fd3f9e88e..1840f859e54fcc 100644 --- a/lib/internal/per_context/primordials.js +++ b/lib/internal/per_context/primordials.js @@ -137,6 +137,7 @@ function copyPrototype(src, dest, prefix) { } } +// Create copies of URI handling functions [ decodeURI, decodeURIComponent,