H
H
habrdima2016-05-02 18:37:33
JavaScript
habrdima, 2016-05-02 18:37:33

What happens to tabs before closing the chrome browser?

chrome.windows.onRemoved.addListener(function(){
               chrome.tabs.query({}, function(w){
                   alert(w.length)
               })
})

after closing, the number of tabs shows 0, why, is it possible to bypass this?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question