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 has been archived by the owner on Dec 11, 2019. It is now read-only.
I'm working on porting registerStreamProtocol from electron to muon.
I've ported electron/electron#11008 and tracked down the dependent changes and tweaks to get muon compilable again. I'm now figuring out how send the stream over ipc from the render to the main process. I'll tidy it up and raise a PR later today.
Currently, signature for a protocol handler is
function (request, callback)
where callback is a function that takes on argument, the response body.Is it possible to support a streaming response? I'm interested on this for the IPFS integration so that I can stream large files from the network.
The text was updated successfully, but these errors were encountered: