issues
search
eklem
/
sidx-service-worker
Plain JavaScript attempt on running search-index through a service worker. As a PWA. Offline first. Search-index as backend, service worker as the middleware.
MIT License
0
stars
0
forks
source link
Get JSON from URL
#1
Open
eklem
opened
2 years ago
eklem
commented
2 years ago
[ ] Webpage to receive a URL pointint to a JSON file
[ ] Send it to service worker
[ ] Service worker doing a JSON fetch()
[ ] Send content back to page
[ ] Show JSON in web page.