We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ce37fc + 8d5180a commit 192c947Copy full SHA for 192c947
README.md
@@ -93,3 +93,10 @@ Options
93
| Option | Description |
94
| --------------------- | ---------------------------------------------------------------------------------------- |
95
| `options` | This is exactly what you would pass to the normal js `fetch` |
96
+
97
+Todos
98
+------
99
+ - [ ] Make abortable (add `abort` to abort the http request)
100
+ - [ ] Make work with React Suspense
101
+ - [ ] Allow option to fetch on server instead of just having `loading` state
102
+ - [ ] Allow option for callback for response.json() vs response.text()
0 commit comments