Core functionality for Magic Mock - HTTP request recording and replay
npm install @magicmock/core> Core functionality for Magic Mock - HTTP request recording and replay
This package contains the client-side logic for recording and replaying HTTP requests. It's typically used by the unplugin, but can be used standalone if needed.
``bash`
pnpm add @magicmock/core
- Client Script - Browser-side code for intercepting requests
- Types - TypeScript definitions
- Utilities - Helper functions for URL encoding/decoding
This package is usually consumed by @magicmock/unplugin`. For standalone usage, see the main documentation.
MIT © Charley