[whatwg/fetch] Add `json` to RequestDestination values (#1042)

Looking at the list of values for the spec found here on mdn: https://developer.mozilla.org/en-US/docs/Web/API/RequestDestination#Values

It would be great to have:

```
"json"
The target is json data.
```

Above is mentioning mdn and here is a link to the spec: https://fetch.spec.whatwg.org/#requestdestination


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1042

Received on Wednesday, 24 June 2020 13:21:31 UTC