cache-busting-example
cache-busting-example copied to clipboard
Code clarification
Hi I want to know about how 'fetch('/meta.json')' is works.
The Fetch API allows you to make HTTP requests. A basic fetch(url) call just performs a GET request to the specified url, in this case meta.json.
More about using fetch: https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch