-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.1.0 #1
Conversation
UpdateI'm now able to run successfully a js-ipfs node in a Service Worker and capture a request and make the fetch through js-ipfs 🌟 woot! I'm not being successful though, on loading the second page and doing a request to the first-page domain and get that served by the service worker. Instructions to try this out:
|
Next steps:
|
@diasdavid, I tired to follow your instructions:
Case [1]Nothing happens, in logs: Fetch not in scope http://localhost:8080/
index.js:6 -> Registered the service worker successfuly
service-worker-bundle.js:49961 Handling fetch event for http://localhost:8080/ipfs/QmSiV9n9jofrEaWRjStCqVTspr4fLrvSNtmDRsfYuUtHHj Case [2]Cannot read property 'files' of undefined |
@ilyaigpetrov , |
WIP