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
+12-12
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ There's actually a bunch of other good reasons to switch to async/await and asyn
40
40
41
41
Something for your consideration - async/await is inevitable for js-ipfs and js-ipfs-api, the CLI tests are already all promise based, when we inevitably upgrade to Hapi 17 the HTTP API will have to become promise based. The whole of the core interface is dual callback/promise based through `promisify`. Maybe it's time to double down on promises?
42
42
43
-
Specific rationale for deviations from the `interface-ipfs-core` API is documented in [RATIONALE.md](RATIONALE.md).
43
+
Specific rationale for deviations from the `interface-ipfs-core` API is documented in [RATIONALE.md](https://github.com/alanshaw/ipfsx/blob/master/RATIONALE.md).
44
44
45
45
## Install
46
46
@@ -72,17 +72,17 @@ for await (const chunk of node.cat(cid)) {
0 commit comments