Greasy Fork is available in English.

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

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

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greasyfork.org/scripts/375910/656390/Native%20implementation%20of%20a%20jsFiddlenet%20in-pane%20log%20console.js

Autor
Jonathan Richard-Brochu (johnwait)
Version
0.1.0
Erstellt am
24.12.2018
Letzte Aktualisierung
24.12.2018
Lizenz
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)