The HTTP status code of the response.
status
fetch('https://example.com/404').then(r => print(r.status))
404