Skip to content

Commit

Permalink
fixup! lib: add URI handling functions to primordials
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 16, 2021
1 parent 7b78de6 commit 408f359
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/per_context/primordials.js
Expand Up @@ -137,6 +137,7 @@ function copyPrototype(src, dest, prefix) {
}
}

// Create copies of URI handling functions
[
decodeURI,
decodeURIComponent,
Expand Down

0 comments on commit 408f359

Please sign in to comment.