Design comparison
SolutionDesign
Community feedback
- @GrzywNPosted over 1 year ago
Add
no-cache
, when using fetch. It doesn't work properly on Firefox. For example:const response = await fetch("https://api.adviceslip.com/advice", { cache: "no-cache", });
Have a nice day! 😄
Marked as helpful0@abedfetratPosted over 1 year ago@GrzywN oh thats what's up. I thought there was something wrong with my firefox cache settings. Thanks!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord