Bug: intercepting postMessage from ipfs-postmsg-proxy #675
Labels
area/window-ipfs
Issues related to IPFS API exposed on every page
status/deferred
Conscious decision to pause or backlog
Using this module https://github.com/ipfs-shipyard/ipfs-postmsg-proxy
And following this tutorial https://github.com/ipfs-shipyard/ipfs-service-worker
Then doing
createProxyServer(() => node)
from a service workerconst node = createProxyClient()
from a websiteThen using
await node.id()
from the website, IPFS Companion shows the permission request dialog and responds with the ID of IPFS-CompanionIPFS-Companion does this even if it is disabled
The text was updated successfully, but these errors were encountered: