fix(core): update

This commit is contained in:
2023-04-17 14:41:23 +02:00
parent 5eaa7ea0c3
commit 25a8b750d8
6 changed files with 4483 additions and 14574 deletions

View File

@@ -121,7 +121,9 @@ export class Smarturl implements IUrlObject {
searchParams: ISearchParams;
hash: string;
constructor() {}
constructor() {
this.searchParams = {};
}
toString() {
let userpart = ``;