jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “browser-cache”

1 shown · updated 10m ago · read only
  1. How to get audio.src to use a cached response instead of making a new network request? (stackoverflow.com)stack

    25 points by Gary in stackoverflow.com · 5h ago · stack

    When this function is called and the url_id is not in the cache, the messages are logged showing that it reached the code to fetch the data and wrote it to the cache, and it shows that the navigator.storage.estimate().usage increased—in my test case, by 20 MiB. After this, when…