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
I had notifications off for this repo, sorry I missed this.
NOTE: I've refactored this into a service worker since you posted this. If you wanted to expose the filesystem over WebRTC, you could do that, yes. I've done something like that with Plan9 resource sharing in the browser. I've also connected the filesystem to another host via Webtorrent.js
But it would need plumbing. Basically, another service worker in the remove machine that proxy's calls across your remote connection, and returns things as Response objects, like I do now.
From the docs, I feel the answer is no.
However it would be great to allow this maybe via WebRTC?
The text was updated successfully, but these errors were encountered: