We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fetch
1 parent 8cdd770 commit b517ae0Copy full SHA for b517ae0
README.md
@@ -11,7 +11,7 @@ to interact with [GitHub’s REST API](https://developer.github.com/v3/) and
11
12
It uses [`@octokit/endpoint`](https://github.com/octokit/endpoint.js) to parse
13
the passed options and sends the request using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
14
-([node-fetch](https://github.com/bitinn/node-fetch) in Node).
+([node-fetch](https://github.com/bitinn/node-fetch) when the runtime has no native `fetch` API).
15
16
<!-- update table of contents by running `npx markdown-toc README.md -i` -->
17
0 commit comments