ipfs-postmsg-proxy
ipfs-postmsg-proxy copied to clipboard
[DEPRECATED] Use ipfs-message-port-server/client instead:
https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/TYPES.md
Things like ACL or input sanitization can be performed in `pre` call hook, but we are missing `post` call hooks where we could do things like: - sanitation of sensitive...
Extracted from https://github.com/ipfs-shipyard/ipfs-webui/pull/669#issuecomment-393506628: > Uploading large files kills chrome. [..] should we port that logic to window.ipfs? or at lease wrap window.ipfs with it, as any app that tries to...
Originated from https://github.com/ipfs-shipyard/ipfs-companion/issues/478 ### Summary There are contexts in which we don't want to expose sensitive APIs such as `name.publish` or `config`. ### TODO - For now we can throw...
Currently tests only run against js-ipfs. We should run against go-ipfs also so that proxying for features available in go-ipfs that are not yet available in js-ipfs can be tested....
(not currently spec'd or tested by interface-ipfs-core) * [ ] `log.level` * [ ] `log.ls` * [ ] `log.tail`
(not currently spec'd or tested by interface-ipfs-core) * [ ] `diag.cmds` * [ ] `diag.cmds.clear` * [ ] `diag.cmds.set-time` * [ ] `diag.sys`
The currently implementation of the progress option is incorrect - it tracks progress of files being buffered into memory. Progress needs to be sent from the IPFS node over postMessage...
https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/UTIL.md