You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,12 +156,6 @@ function App() {
156
156
exportdefaultApp;
157
157
```
158
158
159
-
<style>
160
-
.httpRequestsListli {
161
-
margin-left: -22px
162
-
}
163
-
</style>
164
-
165
159
166
160
### Public API
167
161
@@ -182,12 +176,12 @@ The complete *public API* exposed by the hook:
182
176
| requestOptions |[HttpRequestOptions](./src/client/types.ts)| The options carried by the fetch request. |
183
177
184
178
### Request return
185
-
The return value of native JS fetch. If a custom response parser (see [Provider](#provider)) is provided then the return value corresponds to the parsed one.
179
+
The jsonified return value of native JS fetch. If a custom response parser (see [Provider](#provider)) is provided then the return value corresponds to the parsed one.
0 commit comments