Asaki Billawala
Explore:
- Graceful degradation has to do with desgin where an application is built for modern environments with maximum functionality while addressing lower levels with grace. Since service workers are a primary tech mechanism they meant for implementing graceful degragradation in terms of network connectivity. It intercepts netwrok requests and serving chached assets when internet connection is lost, essentially preventing the browser from breaking. It allows the application to "degrade" gracefully.
