Skip to content

hjzheng/console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.6%
  • HTML 14.8%
  • CSS 3.6%