browser Package

browser Package

A debugging util

console Module

tic.web.browser.console.currentframe()[source]
tic.web.browser.console.error(message)[source]
tic.web.browser.console.find_caller()[source]

Find the stack frame of the caller so that we can note the source file name, line number and function name.

tic.web.browser.console.get_js(result)[source]
tic.web.browser.console.log(message, type='INFO')[source]

TODO: do something with the type

Table Of Contents

Previous topic

deferred Package

Next topic

cdp Package

This Page