mobile-console.js
v0.1.11
Published
a console panel for mobile phone, replace alert
Downloads
7
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 build
Install
npm i mobile-console.js --save-dev
ES6
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)