I have a use case where I'd like to open two popups at a time when acting upon a user gesture. In Chrome, this results in one of the popups getting blocked unless the user has set the permission to allow popups from my website to open.

It'd be great if I could prompt the user to allow popup permission when one popup does get blocked.