shadowwalker / next-pwa

Zero config PWA plugin for Next.js, with workbox 🧰
MIT License
3.71k stars 312 forks source link

Disable media download src in background #502

Open rairizky opened 5 months ago

rairizky commented 5 months ago

when service worker is running, media like video .mp4, or .mov, it's always download in background, how to disable workbox download media in background for mp4/mov?

image

next.config.js : image

how to disable download media in background nextpwa?