Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/browsingdata/removecache/index.md
6552 views
------{{AddonSidebar()}}
Clears the browser's cache.
Note that although this function can take a {{WebExtAPIRef("browsingData.RemovalOptions")}} object, it will be ignored. The entire cache is always cleared when using this function.
This is an asynchronous function that returns a Promise.
Syntax
Parameters
removalOptions{{optional_inline}}:
object. A {{WebExtAPIRef("browsingData.RemovalOptions")}} object. This parameter has no effect.
Return value
A Promise that will be fulfilled with no arguments when the removal has finished. If any error occurs, the promise will be rejected with an error message.
Examples
Clear the browser cache:
Browser compatibility
{{Compat}}
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.browsingDataAPI.