ip | string | null | The remote IP address that served the initial page-load response |
port | number | null | The remote port that served the initial page-load response |
status | number | null | The status code response of the initial page-load |
text | string | null | The status text of the response from the initial page-load. Generally 'ok' |
time | number | null | The amount of time, in milliseconds, elapsed since the start of navigation to completion |
url | string | null | The final URL of the page after any potential redirects or URL rewrites |