- From: David Graham <notifications@github.com>
- Date: Mon, 01 Jun 2015 10:45:08 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 1 June 2015 17:45:35 UTC
The standard Accept header can be used to perform content negotiation with the server for responses needed by a `fetch` request vs a normal full page request. Something like: ```js fetch('/users', {headers: {Accept: 'text/partial'}}) ``` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/58#issuecomment-107651669
Received on Monday, 1 June 2015 17:45:35 UTC