Dart Documentationchrome.contentSettings

chrome.contentSettings library

Use the chrome.contentSettings API to change settings that control whether websites can use features such as cookies, JavaScript, and plug-ins. More generally speaking, content settings allow you to customize Chrome's behavior on a per-site basis instead of globally.

Properties

final ChromeContentSettings contentSettings #

Accessor for the chrome.contentSettings namespace.

final ChromeContentSettings contentSettings = new ChromeContentSettings._()

Classes