Gaming Labs Certified
EN 中文

PWA (desktop)

Quick Cache Clearing

  1. Open the installed PWA. Simply launch it like a regular application.

  2. Open DevTools by pressing F12 or Ctrl + Shift + I on Windows, or Cmd + Option + I on macOS.
  3. Go to the Application tab → Clear storage. Check all the options (Local storage, IndexedDB, Cache storage, Service Workers, etc.) Click “Clear site data”

    clear-storage-pwa-desktop

  4. Refresh the application (Ctrl + R or by pressing F5) After that, all local data (including cache and old versions of the Service Worker) will be deleted, and the PWA will load "from scratch".