js console API All In One

const log = console.log;

for(const key in console) {
log(`navigator.${key} =`, key, typeof key, console[key]);
} // navigator.debug = debug string ƒ debug() { [native code] }
// navigator.error = error string ƒ error() { [native code] }
// navigator.info = info string ƒ info() { [native code] }
// navigator.log = log string ƒ log() { [native code] }
// navigator.warn = warn string ƒ warn() { [native code] }
// navigator.dir = dir string ƒ dir() { [native code] }
// navigator.dirxml = dirxml string ƒ dirxml() { [native code] }
// navigator.table = table string ƒ table() { [native code] }
// navigator.trace = trace string ƒ trace() { [native code] }
// navigator.group = group string ƒ group() { [native code] }
// navigator.groupCollapsed = groupCollapsed string ƒ groupCollapsed() { [native code] }
// navigator.groupEnd = groupEnd string ƒ groupEnd() { [native code] }
// navigator.clear = clear string ƒ clear() { [native code] }
// navigator.count = count string ƒ count() { [native code] }
// navigator.countReset = countReset string ƒ countReset() { [native code] }
// navigator.assert = assert string ƒ assert() { [native code] }
// navigator.profile = profile string ƒ profile() { [native code] }
// navigator.profileEnd = profileEnd string ƒ profileEnd() { [native code] }
// navigator.time = time string ƒ time() { [native code] }
// navigator.timeLog = timeLog string ƒ timeLog() { [native code] }
// navigator.timeEnd = timeEnd string ƒ timeEnd() { [native code] }
// navigator.timeStamp = timeStamp string ƒ timeStamp() { [native code] }
// navigator.context = context string ƒ context() { [native code] }

refs

https://jsconsole.com/



xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


最新文章

  1. Alpha阶段项目总结
  2. Android—初识AsyncTask
  3. UVA 10779 (最大流)
  4. android之发送短信程序
  5. 去除DataTable重复数据的三种方法
  6. PLSQL_Oracle物化视图Material View的基本概念和用法 (概念)
  7. C#.bat文件清理工程目录
  8. 二、UITableView和它的亲戚们
  9. CodeBlocks常用重要快捷键大全!!
  10. Linux学习总结(六)—— CentOS软件包管理:源代码安装
  11. VM快照-克隆重要应用讲解及克隆后网卡问题解决
  12. vsts + XX云服务器构建netcore+docker持续集成交付部署
  13. CodeIgniter框架解析
  14. Hadoop生态的配置
  15. 删除Apache服务的命令
  16. numpy快速入门
  17. springboot 整合 mybatis
  18. mdm9607 gpio12~17改成普通gpio的方法
  19. Mybatis-Plus 实战完整学习笔记(十)------条件构造器核心用法大全(下)
  20. JS打开新窗口防止被浏览器阻止的方法[转]

热门文章

  1. 电脑微信电脑PC 多开/防撤回 补丁
  2. selenium浏览器弹出框alert 操作
  3. Pulsar Pub/Sub Messaging
  4. DDD领域驱动设计:领域事件
  5. Maven环境搭建以及在IDEA中的配置与简单入门
  6. PowerApps画布应用编码规范 和指南
  7. 数据分析中常用的Excel函数
  8. jenkins 简介和简单操作
  9. Java POI 导出EXCEL经典实现
  10. 封装SpringJdbcTemplate