Liking cljdoc? Tell your friends :D

chromex.ext.browsing-data

clj

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 35
* https://developer.chrome.com/extensions/browsingData
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

removeclj/smacro

(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.
sourceraw docstring

remove*cljs

(remove* config options data-to-remove)
source

remove-appcacheclj/smacro

(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.
sourceraw docstring

remove-appcache*cljs

(remove-appcache* config options)
source

remove-cacheclj/smacro

(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.
sourceraw docstring

remove-cache*cljs

(remove-cache* config options)
source

remove-cache-storageclj/smacro

(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.
sourceraw docstring

remove-cache-storage*cljs

(remove-cache-storage* config options)
source

remove-cookiesclj/smacro

(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.
sourceraw docstring

remove-cookies*cljs

(remove-cookies* config options)
source

remove-downloadsclj/smacro

(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.
sourceraw docstring

remove-downloads*cljs

(remove-downloads* config options)
source

remove-file-systemsclj/smacro

(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.
sourceraw docstring

remove-file-systems*cljs

(remove-file-systems* config options)
source

remove-form-dataclj/smacro

(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.
sourceraw docstring

remove-form-data*cljs

(remove-form-data* config options)
source

remove-historyclj/smacro

(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.
sourceraw docstring

remove-history*cljs

(remove-history* config options)
source

remove-indexed-dbclj/smacro

(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.
sourceraw docstring

remove-indexed-db*cljs

(remove-indexed-db* config options)
source

remove-local-storageclj/smacro

(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.
sourceraw docstring

remove-local-storage*cljs

(remove-local-storage* config options)
source

remove-passwordsclj/smacro

(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.
sourceraw docstring

remove-passwords*cljs

(remove-passwords* config options)
source

remove-plugin-dataclj/smacro

(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.
sourceraw docstring

remove-plugin-data*cljs

(remove-plugin-data* config options)
source

remove-service-workersclj/smacro

(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.
sourceraw docstring

remove-service-workers*cljs

(remove-service-workers* config options)
source

remove-web-sqlclj/smacro

(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.
sourceraw docstring

remove-web-sql*cljs

(remove-web-sql* config options)
source

settingsclj/smacro

(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.
sourceraw docstring

settings*cljs

(settings* config)
source

tap-all-eventsclj/smacro

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close