How to find that a browser has been closed in a Chrome Extension
631 views
Skip to first unread message
Soumil Vavikar
unread,
Apr 3, 2015, 9:55:35 AM4/3/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-...@chromium.org
How can I find that the browser is being closed inside a Chrome add-on? I don't want to know when a particular tab is closed. I want to know when the browser is being closed.
The window.onbeforeunload or window.onuload doesn't help as it runs on tab closure, refresh or on click of back button
iza
unread,
Apr 7, 2015, 6:54:47 PM4/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chromium-...@chromium.org, soumil....@gmail.com