---
title: "💭 Addy Osmani: \"Tip: Chrome DevTools can override the content of..."
description: "!https://bsky.app/profile/addyosmani.bsky.social/post/3lei5jhkgdk2k"
date: 2024-12-30
published: true
tags:
  - webdev
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://bsky.app/profile/addyosmani.bsky.social/post/3lei5jhkgdk2k" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://video.bsky.app/watch/did%3Aplc%3Aympscj7qcsrcpj4qz35qhs3v/bafkreiapekc7qrtgki4efd36iftkvm57ejdnp5lkmlp6ifnlufver7dqum/thumbnail.jpg" alt="Addy Osmani (@addyosmani.bsky.social) — Tip: Chrome DevTools can override the content of Fetch/XHR requests! Useful for mocking APIs without waiting on backend changes." loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">Addy Osmani (@addyosmani.bsky.social)</div>
      <div class="embed-card-description">Tip: Chrome DevTools can override the content of Fetch/XHR requests! Useful for mocking APIs without waiting on backend changes.</div>
      <div class="embed-card-meta">Bluesky Social &middot; bsky.app</div>
    </div>
  </a>
</div>


WTF, you can just change a server response from devtools and update a vuejs app?  Just tried with htmx, and my GET requests are not showing up in the sources tab.  I'll keep this in my back pocket for next time I'm supporting a vuejs app though.

!!! note

    This post is a <a href="/thoughts/" class="wikilink" data-title="Thoughts" data-description="These are generally my thoughts on a web page or some sort of url, except a rare few don&#39;t have a link. These are dual published off of my..." data-date="2024-04-01">thought</a>. It's a short note that I make
    about someone else's content online <a href="/tags/thoughts/" class="hashtag-tag" data-tag="thoughts" data-count=2 data-reading-time=3 data-reading-time-text="3 minutes">#thoughts</a>
