Skip to content

Jamie0/javascript-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation Agnostic URL and URLSearchParams

This is a vanilla zero-dependency implementation of URL and URLSearchParams, that should be able to run in any > ESM5 environment.

Why?

I needed these methods available (at least, a reasonably good ) inside a v8 sandbox, which only implements the standard library from ECMA, and doesn't include any of the more modern WHATWG methods.

This implementation combines the original node-url module from Node.js with the URLSearchParams polyfill from @lukeed/url-shim.

About

Implementation-agnostic URL and URLSearchParams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors