()
| 269 | } |
| 270 | |
| 271 | get pageUrl () { |
| 272 | const urlInstance = new URL( this.domain ) |
| 273 | |
| 274 | urlInstance.pathname = this.pathname |
| 275 | |
| 276 | return urlInstance |
| 277 | } |
| 278 | |
| 279 | get pageUrlString () { |
| 280 | return this.pageUrl.toString() |
nothing calls this directly
no outgoing calls
no test coverage detected