Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chrome
cookies
Module cookies
Index
Variables
onChanged
Interfaces
Cookie
CookieChangeInfo
CookieChangedEvent
CookieStore
Details
GetAllDetails
SetDetails
Functions
get
getAll
getAllCookieStores
remove
set
Variables
onChanged
:
CookieChangedEvent
Functions
get
(
details
:
Details
, callback
:
(cookie?: chrome.cookies.Cookie) => void
)
Parameters
details:
Details
callback:
(cookie?: chrome.cookies.Cookie) => void
getAll
(
details
:
GetAllDetails
, callback
:
(cookies: chrome.cookies.Cookie) => void
)
Parameters
details:
GetAllDetails
callback:
(cookies: chrome.cookies.Cookie) => void
getAllCookieStores
(
callback
:
(cookieStores: chrome.cookies.CookieStore[]) => void
)
Parameters
callback:
(cookieStores: chrome.cookies.CookieStore[]) => void
remove
(
details
:
Details
, callback
?:
(details: chrome.cookies.Details) => void
)
Parameters
details:
Details
callback?:
(details: chrome.cookies.Details) => void
optional
set
(
details
:
SetDetails
, callback
?:
(cookie?: chrome.cookies.Cookie) => void
)
Parameters
details:
SetDetails
callback?:
(cookie?: chrome.cookies.Cookie) => void
optional
Globals
chrome
chrome
chrome.alarms
chrome.bookmarks
chrome.browserAction
chrome.browsingData
chrome.commands
chrome.contentSettings
chrome.contextMenus
chrome.cookies
chrome.declarativeWebRequest
chrome.devtools
chrome.devtools.inspectedWindow
chrome.devtools.network
chrome.devtools.panels
chrome.downloads
chrome.events
chrome.extension
chrome.fileBrowserHandler
chrome.fontSettings
chrome.history
chrome.i18n
chrome.identity
chrome.idle
chrome.input
chrome.input.ime
chrome.management
chrome.notifications
chrome.omnibox
chrome.pageAction
chrome.pageCapture
chrome.permissions
chrome.privacy
chrome.proxy
chrome.runtime
chrome.scriptBadge
chrome.socket
chrome.storage
chrome.tabs
chrome.topSites
chrome.tts
chrome.ttsEngine
chrome.types
chrome.webNavigation
chrome.webRequest
chrome.webstore
chrome.windows
onChanged
Cookie
CookieChangeInfo
CookieChangedEvent
CookieStore
Details
GetAllDetails
SetDetails
get
getAll
getAllCookieStores
remove
set