Session
object represents a tab or window that the user has closed in the current browsing session.
Sessions are represented as
Tab
objects if the tab was closed but its window was not closed: for example, because the user clicked the "Close tab" button, and this tab was not the only tab in its window.
Sessions are represented as
Window
objects if the window was closed: for example, because the user clicked the "Close window" button, or closed the only tab open in a window.
Note that different browsers might have a different idea of when a session is a Tab and when it is a Window. For example:
The Tab object for a tab that is open will not have a
sessionId
. When the tab is closed, it will have a
sessionId
but will not have a tab
id
. If the tab is restored, it will get a new tab
id
and will lose the
sessionId
.
Values of this type are objects. They contain the following properties:
lastModified
编号
. The time the tab or window was closed, in
milliseconds since the epoch
.
tab
可选
对象
. If the object represents a closed tab, then this property is present and will be a
tabs.Tab
object. This will contain
url
,
title
,和
favIconUrl
only if the extension has the "tabs"
permission
or
host permissions
to access the tab's URL.
window
可选
对象
. If the object represents a closed window, then this property is present and will be a
windows.Window
对象。
BCD tables only load in the browser
注意:
This API is based on Chromium's
chrome.sessions
API。
Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
最后修改: , 由 MDN 贡献者