mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
update modules
This commit is contained in:
2
node_modules/whatwg-url/lib/URLSearchParams-impl.js
generated
vendored
2
node_modules/whatwg-url/lib/URLSearchParams-impl.js
generated
vendored
@@ -3,7 +3,7 @@ const stableSortBy = require("lodash.sortby");
|
||||
const urlencoded = require("./urlencoded");
|
||||
|
||||
exports.implementation = class URLSearchParamsImpl {
|
||||
constructor(constructorArgs, { doNotStripQMark = false }) {
|
||||
constructor(globalObject, constructorArgs, { doNotStripQMark = false }) {
|
||||
let init = constructorArgs[0];
|
||||
this._list = [];
|
||||
this._url = null;
|
||||
|
Reference in New Issue
Block a user