mobile-console.js
v0.1.11
Published
a console panel for mobile phone, replace alert
Readme
console.js
a console panel for mobile phone, replace alert. https://www.npmjs.com/package/mobile-console.js
Preview
close status
open status
Build
npm run buildInstall
npm i mobile-console.js --save-devES6
import 'mobile-console.js';
new MobileConsole();Demo
open tests/index.html
Feature
- Support showing console.log api output. (info, warn, error, debug)
- Support showing js error.
- Support showing xhr and fetch's request and response info. (default off)
