can anybody help me. the sample code is
function capturecurrent() {
var win = chrome.extension.getExtensionTabs();
return win;
}
its not returning any domwindowarray. if i calculate win.length, it always gives me 0;