(request)
| 13647 | options.depth = 2; |
| 13648 | } |
| 13649 | (_a = options.colors) != null ? _a : options.colors = true; |
| 13650 | const properties = { |
| 13651 | method: this.method, |
| 13652 | url: this.url, |
| 13653 | headers: this.headers, |
| 13654 | destination: this.destination, |
| 13655 | referrer: this.referrer, |
| 13656 | referrerPolicy: this.referrerPolicy, |
| 13657 | mode: this.mode, |
| 13658 | credentials: this.credentials, |
no test coverage detected