Use the chrome.browsingData API to remove browsing data from a user's local profile.
Use the chrome.browsingData API to remove browsing data from a user's local profile. * available since Chrome 36 * https://developer.chrome.com/extensions/browsingData
(remove options data-to-remove)
Clears various types of browsing data stored in a user's profile.
|options| - https://developer.chrome.com/extensions/browsingData#property-remove-options. |data-to-remove| - The set of data types to remove.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-remove.
Clears various types of browsing data stored in a user's profile. |options| - https://developer.chrome.com/extensions/browsingData#property-remove-options. |data-to-remove| - The set of data types to remove. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-remove.
(remove-appcache options)
Clears websites' appcache data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeAppcache-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeAppcache.
Clears websites' appcache data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeAppcache-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeAppcache.
(remove-cache options)
Clears the browser's cache.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeCache-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeCache.
Clears the browser's cache. |options| - https://developer.chrome.com/extensions/browsingData#property-removeCache-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeCache.
(remove-cache-storage options)
Clears websites' cache storage data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeCacheStorage-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeCacheStorage.
Clears websites' cache storage data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeCacheStorage-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeCacheStorage.
(remove-cookies options)
Clears the browser's cookies and server-bound certificates modified within a particular timeframe.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeCookies-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeCookies.
Clears the browser's cookies and server-bound certificates modified within a particular timeframe. |options| - https://developer.chrome.com/extensions/browsingData#property-removeCookies-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeCookies.
(remove-downloads options)
Clears the browser's list of downloaded files (not the downloaded files themselves).
|options| - https://developer.chrome.com/extensions/browsingData#property-removeDownloads-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeDownloads.
Clears the browser's list of downloaded files (not the downloaded files themselves). |options| - https://developer.chrome.com/extensions/browsingData#property-removeDownloads-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeDownloads.
(remove-file-systems options)
Clears websites' file system data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeFileSystems-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeFileSystems.
Clears websites' file system data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeFileSystems-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeFileSystems.
(remove-form-data options)
Clears the browser's stored form data (autofill).
|options| - https://developer.chrome.com/extensions/browsingData#property-removeFormData-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeFormData.
Clears the browser's stored form data (autofill). |options| - https://developer.chrome.com/extensions/browsingData#property-removeFormData-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeFormData.
(remove-history options)
Clears the browser's history.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeHistory-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeHistory.
Clears the browser's history. |options| - https://developer.chrome.com/extensions/browsingData#property-removeHistory-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeHistory.
(remove-indexed-db options)
Clears websites' IndexedDB data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeIndexedDB-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeIndexedDB.
Clears websites' IndexedDB data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeIndexedDB-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeIndexedDB.
(remove-local-storage options)
Clears websites' local storage data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeLocalStorage-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeLocalStorage.
Clears websites' local storage data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeLocalStorage-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeLocalStorage.
(remove-passwords options)
Clears the browser's stored passwords.
|options| - https://developer.chrome.com/extensions/browsingData#property-removePasswords-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removePasswords.
Clears the browser's stored passwords. |options| - https://developer.chrome.com/extensions/browsingData#property-removePasswords-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removePasswords.
(remove-plugin-data options)
Clears plugins' data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removePluginData-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removePluginData.
Clears plugins' data. |options| - https://developer.chrome.com/extensions/browsingData#property-removePluginData-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removePluginData.
(remove-service-workers options)
Clears websites' service workers.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeServiceWorkers-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeServiceWorkers.
Clears websites' service workers. |options| - https://developer.chrome.com/extensions/browsingData#property-removeServiceWorkers-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeServiceWorkers.
(remove-web-sql options)
Clears websites' WebSQL data.
|options| - https://developer.chrome.com/extensions/browsingData#property-removeWebSQL-options.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [].
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-removeWebSQL.
Clears websites' WebSQL data. |options| - https://developer.chrome.com/extensions/browsingData#property-removeWebSQL-options. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is []. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-removeWebSQL.
(settings)
Reports which types of data are currently selected in the 'Clear browsing data' settings UI. Note: some of the data types included in this API are not available in the settings UI, and some UI settings control more than one data type listed here.
This function returns a core.async channel of type promise-chan
which eventually receives a result value.
Signature of the result value put on the channel is [result] where:
|result| - https://developer.chrome.com/extensions/browsingData#property-callback-result.
In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.
https://developer.chrome.com/extensions/browsingData#method-settings.
Reports which types of data are currently selected in the 'Clear browsing data' settings UI. Note: some of the data types included in this API are not available in the settings UI, and some UI settings control more than one data type listed here. This function returns a core.async channel of type `promise-chan` which eventually receives a result value. Signature of the result value put on the channel is [result] where: |result| - https://developer.chrome.com/extensions/browsingData#property-callback-result. In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error. https://developer.chrome.com/extensions/browsingData#method-settings.
(tap-all-events chan)
Taps all valid non-deprecated events in chromex.ext.browsing-data namespace.
Taps all valid non-deprecated events in chromex.ext.browsing-data namespace.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close