ALLOW_POPUPS constant

Sandbox const ALLOW_POPUPS

Allows popups (such as window.open(), target="_blank", or showModalDialog()). If this keyword is not used, the popup will silently fail to open.

Implementation

static const ALLOW_POPUPS = Sandbox._internal('allow-popups', 'allow-popups');