You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @christian-bromann
First of all, thanks for your amazing project (and thesis). I'm experiencing some problems on using your devtools-backend: running on my HbbTV the line window.console = domains.Runtime.overwriteConsole.call(this, window.console)
cause a wrong overwrite of console object into the javascript environment. More in depth, every time I use a console.log it throws an exception (it seems that the overwrite is not done properly).
Can you help me in some way?
P.S.: debugging the application through a screen log, the console object without importing your script in the <head> (to prevent the overwrite) contains a single object memory, that is an empty object. I'm not seeing the log, debug, error, ... methods. Very weird...
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi @christian-bromann
First of all, thanks for your amazing project (and thesis). I'm experiencing some problems on using your devtools-backend: running on my HbbTV the line
window.console = domains.Runtime.overwriteConsole.call(this, window.console)
cause a wrong overwrite of console object into the javascript environment. More in depth, every time I use a
console.log
it throws an exception (it seems that the overwrite is not done properly).Can you help me in some way?
P.S.: debugging the application through a screen log, the
console
object without importing your script in the<head>
(to prevent the overwrite) contains a single objectmemory
, that is an empty object. I'm not seeing the log, debug, error, ... methods. Very weird...Thanks for your help!
The text was updated successfully, but these errors were encountered: