dsw icon indicating copy to clipboard operation
dsw copied to clipboard

Dynamic Service Worker - making your offline Progressive Web Apps way easier

Results 5 dsw issues
Sort by recently updated
recently updated
newest added

Hi there, Am just reviewing solutions for offline caching, and found your project, it looks great!! I have a quick question with regards to being able to map local endpoints...

There should be a panel or tool with some UX for debugging the requests. We already can use the `trace` method to get the debugging information: ``` js DSW.trace('.*', function(traceData){...

enhancement
Hacktoberfest

We should definitely have a way to define for how long the user will stay waiting for a request before we kill it and deliver something else (like a custom...

enhancement
Discussion

There may be an API for connecting and listening for WebSockets. As well as a way to intercept and use data from websockets (even if the script is not using...

enhancement

It is very important that we can have some unit tests (or perhaps using the lighthouse in an automated way).

enhancement