I am trying to follow the code in this Chrome Developers documentation and some things were going wrong so I thought I would add some console.log messages from my oauth.js.
I can see the log message from my foreground javascript directly in chrome by right-clicking on any page and selecting "inspect"... and I can view the logs of my background javascript by selecting "service worker" from the manage extensions page... but viewing logs from oauth.js ? - I have no idea how or where to view them.
I know some console.log() calls must have been made just by inspecting the error report below:
from How to view logs of oauth.js in Google example code
No comments:
Post a Comment