OnClientBrowserConsoleMessage: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 September 2026

  • curprev 09:5809:58, 16 September 2026Arran Fortuna talk contribs 2,409 bytes +2,409 Created page with "__NOTOC__ {{Client event}} This event is triggered when a browser outputs a console message, such as a JavaScript error or a message written using console.log(). ==Parameters== <syntaxhighlight lang="lua"> string message, string source, int line, int level </syntaxhighlight> *'''message''': the console message. *'''source''': the URL or source identifier where the message originated. *'''line''': the line number where the message originated. *'''leve..."