|
var url = new URL('b?a=1&b=2&c=3', 'http://a'); |
Because core.js, as a dependency of many underlying compilation packages, will appear in chunk-vendors after packaging, but some projects cannot require http, so the packaged code scan will scan out http in url-constructor-detection.js.
http://a
http://a/c%20d?a=1&c=3
...