Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 960 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 960 Bytes

console.js

npm version npm downloads

a console panel for mobile phone, replace alert. https://www.npmjs.com/package/mobile-console.js

Preview

close status

open status

build

npm run build

install

npm i mobile-console.js --save-dev

ES6

import 'mobile-console.js';
new MobileConsole();

demo

open tests/index.html

feature

  • support to show console.log api output. (info, warn, error, debug)
  • support to show js error.
  • support to show xhr and fetch's request and response information. (default off)