Greasy Fork 支持简体中文。

Native implementation of a jsFiddle.net in-pane log console

To be used among external libraries when testing other jsFiddle.net scripts

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/375910/656390/Native%20implementation%20of%20a%20jsFiddlenet%20in-pane%20log%20console.js

作者
Jonathan Richard-Brochu (johnwait)
版本
0.1.0
建立日期
2018-12-24
更新日期
2018-12-24
尺寸
9.5 KB
授權條款
GPLv3 or later (http://www.gnu.org/licenses/gpl-3.0.en.html)

Interface

Native methods supported:

  • console.log()
  • console.info()
  • console.warn()
  • console.error()
  • console.trace()
  • console.clear()

Special flags:

  • console.$enabled: whether console object override is active (default: true)
  • console.$echoNative: whether to also echo calls to the native implementation (default: false)