String path()

Source

String path() {
  return this._platformLocation.pathname +
      Location.normalizeQueryParams(this._platformLocation.search);
}