Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude polyfill for WHATWG URL constructor
undefined
base issue
Although this polyfill is required for bug-free `new URL('http://x', undefined)` in Safari versions < 14 with an `undefined` base, we don’t use it: ``` The corejs3 polyfill added the following polyfills: web.url { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1", "samsung":"8.2" } web.url-search-params { "chrome":"61", "edge":"16", "ios":"10.3", "opera":"48", "safari":"10.1", "samsung":"8.2" } ```
- Loading branch information