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
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,38 @@ ipfs.id()
187
187
This relies on a global `Promise` object. If you are in an environment where that is not
188
188
yet available you need to bring your own polyfill.
189
189
190
+
### Publish/Subscribe (experimental)
191
+
192
+
js-ipfs-api supports the up-and-coming feature publish/subscribe. This requires you
193
+
to use a development build of go-ipfs from the `feat/floodsub` branch (issue for tracking here: https://github.com/ipfs/go-ipfs/pull/3202).
0 commit comments