()
| 1341 | interface Response extends Body { |
| 1342 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/clone) */ |
| 1343 | clone(): Response; |
| 1344 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/status) */ |
| 1345 | status: number; |
| 1346 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/statusText) */ |
nothing calls this directly
no outgoing calls
no test coverage detected