Enabling offline mode in the Perceptive apps
For Perceptive applications, the offline experience is available through the Service Worker API. A service worker is a script that your browser runs in the background, and it can intercept and handle network requests, including programmatically managing a cache of responses. Service Worker is a powerful API where you can fabricate and filter responses.