browsingData.DataTypeSet

The browsingData.DataTypeSet type describes a set of data types.

It contains a number of boolean properties. The name of each property is the name of a particular type of browsing data: "downloads", "history" and so on. All properties are optional.

This type is used:

Type

Values of this type are objects. They contain the following properties:

cache Optional

boolean. The browser's cache.

cookies Optional

boolean. Cookies acquired while browsing.

downloads Optional

boolean. The user's download history.

fileSystems Optional

boolean. Website's file systems.

formData Optional

boolean. Saved form data, for autocomplete.

history Optional

boolean. The user's browsing history.

indexedDB Optional

boolean. IndexedDB data.

localStorage Optional

boolean. Local storage data.

passwords Optional

boolean. Saved passwords, for autocomplete.

pluginData Optional

boolean. Stored data associated with plugins.

serverBoundCertificates Optional

boolean. Stored server-bound certificates.

serviceWorkers Optional

boolean. Data cached by service workers.

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
cache
cookies
downloads
fileSystems
formData
history
indexedDB
localStorage
passwords
pluginData
serverBoundCertificates
serviceWorkers

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
Has more compatibility info.

Note: This API is based on Chromium's chrome.browsingData API.