@romit In BAS 0, this is not a tab, but as it were, the initial page of the browser and it cannot be closed, only the following can be.
If 0 close it, then the stream itself closes as it were :)
The browser seems to be closed.
The issue was with window.outerWidth == 0 in BAS, and some startnge code window.outerWidth || window.innerWidth from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.