fix(core): update
This commit is contained in:
@@ -121,7 +121,9 @@ export class Smarturl implements IUrlObject {
|
||||
searchParams: ISearchParams;
|
||||
hash: string;
|
||||
|
||||
constructor() {}
|
||||
constructor() {
|
||||
this.searchParams = {};
|
||||
}
|
||||
|
||||
toString() {
|
||||
let userpart = ``;
|
||||
|
||||
Reference in New Issue
Block a user