dsw
dsw copied to clipboard
Dynamic Service Worker - making your offline Progressive Web Apps way easier
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){...
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...
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...
It is very important that we can have some unit tests (or perhaps using the lighthouse in an automated way).