You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(openapi-resource-mocks): emit reloading event and fix reload control routing
- Add reloading variant to MockEvent union so the bus can emit it
- Window entry reload() now emits the reloading event after a successful
reload, so DevTools panel history shows the reloading transition immediately
instead of waiting for the 120ms get-state poll
- DOM control handler 'reload' now routes through the window entry (same as
simulateProgress) so the emit closure fires correctly
feat(devtools-panel): surface requestCount, sync clearHistory, add reload button
- Add requestCount to MockState so the panel tracks request counts
from getState() snapshots
- applyEvent reloading now also clears the error field, matching ref behaviour
- bridge.clearHistory() now posts a clearHistory control to the page bus so
panel history and window bus history stay in sync
- Add Reload button to mock-table action column: keeps current value,
sets status to reloading
- Update shared/types.ts in the extension to include requestCount in
MockState and missing fields in the mock-event message type
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments