()
| 1309 | interface Response extends Body { |
| 1310 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */ |
| 1311 | clone(): Response; |
| 1312 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */ |
| 1313 | status: number; |
| 1314 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */ |
nothing calls this directly
no outgoing calls
no test coverage detected