Skip to content

Commit

Permalink
Switches URL polyfill to whatwg-url (#59)
Browse files Browse the repository at this point in the history
This PR replaces the `URL` polyfill with `whatwg-url`. It uses
`browserify` to bundle and transpile `whatwg-url`.

Resolves #53.
  • Loading branch information
mhassan1 authored Jul 21, 2024
1 parent e8a1578 commit c2a4d0b
Show file tree
Hide file tree
Showing 7 changed files with 8,319 additions and 678 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const ignores = [
"polyfills/fetch/polyfill.js",
"polyfills/smoothscroll/polyfill.js",
"polyfills/~html5-elements/polyfill.js",
"polyfills/URL/polyfill.js",

// Vendored mocha
"test/polyfills/mocha/**",
Expand Down
Loading

0 comments on commit c2a4d0b

Please sign in to comment.