DevTools Backend. Debug websites running on devices that don't have Chrome built in.

github.com/christian-bromann/devtools-backend

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2022
  • Deprecate project
September 2018
  • fix production build #16
March 2018
  • Make it windows compatible by changing native rm and cp by rimraf and…
  • update chrome-devtools-frontend
August 2017
  • add firefox demo
  • add disclaimer
  • add basic unit test setup with jest
  • default proxy to localhost
  • update to node v8 and NPM 5
  • switch to Apache-2.0 license
  • prepare for open source release
  • remove tmp file
  • use nodejs to get hostname
July 2017
  • don't require autoload url in case you want to clear form
  • make cheerio xmlMode depending on content type
  • reset page css cache when new page is loaded
  • urls starting with // are the same as http://
  • set absolute urls for hbbtv assets
  • consistent return value
  • add Runtime.awaitPromise method