CORS from Webworker?
Actually it works using the direct URL but here I'm preloading a bunch of videos in a WebWorker:
so there is a
.fetch()
involved5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I'd believe so, I'm not totally certain so far, trying to investigate if it's my implementation or CORS issues from R2
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I just think I'm tired, or silly (or both tbh 😂)
Knowing that
source.format
value is video/mp4
… it gives video/video/mp4
… 🤦
just some leftover of refactoring actually. But I definitely did forget to add the CORS at the first place!Unknown User•2y ago
Message Not Public
Sign In & Join Server To View