(headers)
| 69714 | /** |
| 69715 | * Used as a callback for mutating the given `RequestInit` object. |
| 69716 | * |
| 69717 | * This is useful for cases where you want to add certain headers based off of |
| 69718 | * the request properties, e.g. `method` or `url`. |
| 69719 | */ |
| 69720 | async prepareRequest(request3, { url: url2, options }) { |
| 69721 | } |
no test coverage detected