cookies.getAllCookieStores()

Lists all existing cookie stores.

Syntax

browser.cookies.getAllCookieStores(
  function(cookieStores) {...} // function
)

Parameters

callback
function. The function is passed the following arguments:
cookieStores
array of cookies.CookieStore. All the existing cookie stores.

Browser compatibility

EdgeFirefoxChromeOpera
Basic support?45.0Yes33
Firefox
Basic support48.0

Examples

Acknowledgements

This API is based on Chromium's chrome.cookies API. This documentation is derived from cookies.json in the Chromium code.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,