popups property
ContentSetting
get
popups
Whether to allow sites to show pop-ups. One of
allow
: Allow sites to show pop-ups,
block
: Don't allow sites to show pop-ups.
Default is block
.
The primary URL is the URL of the top-level frame. The secondary URL is
not used.
Implementation
ContentSetting get popups =>
ContentSetting.fromJS($js.chrome.contentSettings.popups);