```js fetch(url, { headers: { 'foo': 'bar' } } ```

fetch(url, {
  headers: {
    'foo': 'bar'
  }
}
Was this page helpful?