@dynatrace/runtime-simulator
Version:
The Dynatrace JavaScript runtime simulator.
14 lines (13 loc) • 335 B
TypeScript
export default class Location {
readonly hash: string;
readonly host: string;
readonly hostname: string;
readonly href: string;
readonly origin: string;
readonly pathname: string;
readonly port: string;
readonly protocol: string;
readonly search: string;
/** */
constructor(href: string);
}