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 f7b30df + 48a0cad commit 3625a20Copy full SHA for 3625a20
README.md
@@ -50,7 +50,8 @@ This library offers two main types of functionality:
50
51
### Reading and writing data
52
The `fetch` method mimics
53
-the browser's [`fetch` API]((https://fetch.spec.whatwg.org/)).
+the browser's [`fetch` API]((https://fetch.spec.whatwg.org/)):
54
+it has the same signature and also returns a promise that resolves to the response to the request.
55
You can use it to access any kind of HTTP(S) document,
56
regardless of whether that document is on a Solid pod:
57
0 commit comments