We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
url()
1 parent 73d0a39 commit 0d36639Copy full SHA for 0d36639
src/common/coreservices.ts
@@ -59,7 +59,6 @@ export interface CoreServices {
59
60
export interface LocationServices {
61
setUrl(newurl: string, replace?: boolean): void;
62
- url(): string;
63
path(): string;
64
search(): string;
65
hash(): string;
0 commit comments