Balázs Kaufmann
Results
2
issues of
Balázs Kaufmann
The code in this example does not work: [Learn PWA! > 008 Serving > Stale while revalidate](https://web.dev/learn/pwa/serving/#stale-while-revalidate), because the `networkFetch` promise does not resolve to a `Response`. I fixed the...
stale
**Is your feature request related to a problem? Please describe.** The transaction object returned by `db.transation(['foo', 'bar', 'baz'], 'readwrite')` has the type `IDBPTransaction` I would like to pass this transaction...