Back to browse
JediMock – Mock API responses in DevTools by wrapping fetch and XHR

JediMock – Mock API responses in DevTools by wrapping fetch and XHR

by machopicchu·Jun 11, 2026·1 point·0 comments

AI Analysis

●●●BangerWizardrySolve My Problem

DevTools console injection beats MSW's codebase integration requirement.

Strengths
  • Zero footprint: paste script in console, refresh page, mocks disappear
  • Intercepts both request and response in same script with fallback mode
  • Async ID mode captures dynamic IDs from trigger requests for polling flows
Weaknesses
  • Session persists only in browser, not shareable across team members
  • Requires pasting script on each page load unless using browser extension
Target Audience

Frontend developers and QA engineers

Similar To

MSW · Mockoon · Charles Proxy

Similar Projects

Developer Tools●●Solid

Mock any HTTP request from DevTools, with AI-generation and zero setup

Right-click network requests to swap responses from inside DevTools — no proxy, server, or terminal required. The standout is the mix of BYOK/local-LLM AI generation, GitHub sync, and scenario chaining so you can build reproducible stateful flows, but expect the usual tradeoffs around managed-AI privacy and browser-extension limitations.

Solve My ProblemSlickCrowd Pleaser
denyherianto
103mo ago