How to open javascript console for extension popover in safari?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately, it looks like Apple forgot to provide a way to open a console for a popover.
To somewhat facilitate debugging a popover, you can use the console.log() method of the extension’s global page from a script in the popover:
This will write to the global page’s console.