Skip to content

Commit

Permalink
Return PWA #52
Browse files Browse the repository at this point in the history
  • Loading branch information
m7medVision committed Feb 17, 2024
1 parent 4bff7d5 commit a51bfc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ self.addEventListener('fetch', async function (event) {
cache.put(event.request, resp.clone());
event.respondWith(resp);
} catch (error) {
// TODO: handle error
// console.error('Error fetching and caching:', error);
}
}
Expand Down

0 comments on commit a51bfc6

Please sign in to comment.