ipfs-service-worker-demos
ipfs-service-worker-demos copied to clipboard
Scope of service worker
Is it theoretically possible to install this service worker with global scope (ie also for other domains)? I am thinking about doing something similar for the solid project, but I am not sure yet, whether a web extension or service worker would fit better (or maybe both). And as the js.ipfs.io webpage indicates to me, that the service worker is global I thought I'd ask here.