The other day, I was chatting with a friend about retrieving request data for a script outside the main project without re-triggering a fetch. We hit a wall: how do we do this cleanly?

After some digging, I stumbled upon Cache.match() on MDN. It was exactly what we needed. It reminded me of something we all face: the "comfort zone" trap.

We...