UNPKG

xhr-sniffer

Version:

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

14 lines (13 loc) • 289 B
<!DOCTYPE html> <html> <head> <title>xhr-sniffer</title> <meta charset="utf-8"/> </head> <body> <p>Look at DevTools Console</p> <script src="../../src/common.js"></script> <script src="../../src/browser.js"></script> <script src="main.js"></script> </body> </html>