xhr-sniffer

1.0.7 • Public • Published

xhr-sniffer

node version npm version downloads count size license github-ci

🔨 Sniff HTTP requests making by XHR in the browser or HTTP module in Node.js

Preview 🎉

https://piecioshka.github.io/xhr-sniffer/demo/browser/

Features

  • ✅ Display logs of XMLHttpRequests in DevTools Console
  • ✅ Display logs of http module in Node.js
  • ⛔️ Sniffing Fetch API

Install

npm install xhr-sniffer

Usage

Sniff requests in Node.js

const xhrSniffer = require('xhr-sniffer');

xhrSniffer.install();

// do XHR requests

xhrSniffer.uninstall();

Sniff requests in browser

Attach files in <head> tag:

<script src="xhr-sniffer/src/common.js"></script>
<script src="xhr-sniffer/src/browser.js"></script>

Next, make some XMLHttpRequests requests.

Unit tests

npm test

Code coverage

npm run coverage

License

The MIT License @ 2018

Package Sidebar

Install

npm i xhr-sniffer

Weekly Downloads

9

Version

1.0.7

License

MIT

Unpacked Size

7.66 kB

Total Files

9

Last publish

Collaborators

  • piecioshka