Add hidden `verbose` flag to `fetch` (the third argument)
```js
fetch(url, {body: ""}, {verbose: true})
``` J
Jarred Sumner committed
fbec7bda6acdb984bd709aceb38ada8921476d52
Parent: 0f371a2
```js
fetch(url, {body: ""}, {verbose: true})
```