Skip to content

Commit

Permalink
Update readme links to Electron-related issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 2, 2018
1 parent af5c3fd commit 80a02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -254,7 +254,7 @@ Default: `false`
Type: `boolean`<br>
Default: `false`

When used in Electron, Got will use [`electron.net`](https://electronjs.org/docs/api/net/) instead of the Node.js `http` module. According to the Electron docs, it should be fully compatible, but it's not entirely. See [#315](https://github.com/sindresorhus/got/issues/315).
When used in Electron, Got will use [`electron.net`](https://electronjs.org/docs/api/net/) instead of the Node.js `http` module. According to the Electron docs, it should be fully compatible, but it's not entirely. See [#443](https://github.com/sindresorhus/got/issues/443) and [#461](https://github.com/sindresorhus/got/issues/461).

###### throwHttpErrors

Expand Down

0 comments on commit 80a02fe

Please sign in to comment.