window.open('', '_self', '');
window.close();
var win = window.open('', '_self'); win.close()
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Hi,
If you think this is a bug then you are probably better off
filing a bug report with the necessary information to reproduce
the problem. As the error message you commented indicate, it's
intentional that sites can't close a tab/window unless they were
the ones that opened it. If that is what you see, then it is as
it's meant to be.
In general, I think StackOverflow might be a good place to ask
web development questions. Unless you think it is a Chromium/Blink
bug because then this is the place and the bug reporting site, https://crbug.com/
, is even better.
/Daniel
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/03235a01-d0f0-467d-a20a-9e9280a20b2a%40chromium.org.