issues
search
Church-Life-Apps
/
Songs
A cross platform app for songs and hymns.
https://church-life-apps.github.io/
4
stars
0
forks
source link
blob download sometimes will be html page instead of the img
#211
Open
MiTo0o
opened
2 months ago
MiTo0o
commented
2 months ago
Caching ....bypass (maybe) with
const urlWithTimestamp =
${props.musicPageUrl}?_=${new Date().getTime()}
;
force blob to be png/img type
check response type before continuing with download
const urlWithTimestamp =
${props.musicPageUrl}?_=${new Date().getTime()};