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 Feb 12, 2024. It is now read-only.
docs: add a explanation of a example's restriction (#2211)
This example doesn't work except the case in localhost ( related to #2153)
This is known because of a restriction with WebCrypto (libp2p/js-libp2p-crypto#105)
I add a explanation of a example's restriction to run
Copy file name to clipboardexpand all lines: examples/exchange-files-in-browser/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,10 @@ Check that you got connected:
175
175
176
176

177
177
178
+
> It only works on localhost environments because of a restriction with WebCrypto where it will not load in a page unless that page is loaded over https, or the page is served from localhost: [libp2p/js-libp2p-crypto#105][js-libp2p-crypto#105]
0 commit comments