Closed dasilvacontin closed 7 years ago
This is probably due to the caching done by service workers: https://developers.google.com/web/showcase/2017/dance-tonite#service-workers
Thanks! I'll investigate.
On Tue, Oct 17, 2017 at 1:59 PM, Jonathan Puckey notifications@github.com wrote:
Closed #18 https://github.com/puckey/dance-tonite/issues/18.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/puckey/dance-tonite/issues/18#event-1296722152, or mute the thread https://github.com/notifications/unsubscribe-auth/ABM9Hu7IEZ_tIQFwiqkm_MuLhFukv2Wiks5stJa4gaJpZM4P8B-3 .
-- David da Silva Contin http://dasilvacont.in/
Hi!
I was able to find out the URL of the song via setting a breakpoint in the downloader Promise. However, I'm curious about why does such request not appear in the Developer/Network tab.
I've seen it appear sometimes, but not always. What is the approach?
Thanks!