Tom Barrasso
Tom Barrasso
`pacman-pwa` is licensed as MIT in `package.json`. For proper attribution in GitHub, please add a [`LICENSE.md`](https://www.mit.edu/~amini/LICENSE.md) file.
Add support for Web Worker and ServiceWorker contexts with the following changes * When `navigator.sendBeacon` isn't available, default to `XMLHttpRequest` (Worker) or `fetch` (ServiceWorker) * When `sessionStorage` or `localStorage` isn't...
Direct localStorage/ sessionStorage access prevents usage from Worker context or Safari Private tab
[`WorkerGlobalScope`](https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope#inherited_from_workerglobalscope) (which `ServiceWorkerGlobalScope` inherits from) does not include `localStorage` or `sessionStorage`, but using `@minimal-analytics@gav4` in a ServiceWorker context throws a `ReferenceError` because of this hard dependency. It also throws a...
I'm testing out `@minimal-analytics/ga4` on [KaiOS](https://kaiostech.com/) apps but I'm running into an issue with because package apps are served with an origin like `app://myapp.com/`. The document location includes the `app:`...
Would you consider making Ouranos available on [Cloud Phone](https://developer.cloudfone.com/)? It appears to function properly on my Itel R60+, although the sizing and spacing doesn't quite fit on QVGA or QQVGA...