inspect-web-server
v1.0.1
Published
Simple implementation of /json and /json/list endpoints for DevTools protocol clients.
Readme
inspect-web-server
Simple implementation of /json and /json/list endpoints for DevTools protocol clients.
Install
npm install -g inspect-web-serverUsage
- launch app and get
<webSocketUrl>, - run server
inspect-web-server <webSocketUrl>, e.g., inspect-web-server ws://localhost:8199/ - open
chrome://inspectin Google Chrome (after 71), - add
9239port in configure dialog, - click inspect next to discovered target.
