Hi everyone, I’m trying to make a progress-bar that keeps track of the download progress.
Underneath there is the API call I make, how can I get the Content-Lenght of the data I’m downloading?
let response = await fetch('https://api.openchargemap.io/v3/poi?output=geojson&key=placeholder&maxresults=250&distanceunit=km&countrycode=IT');