tabs.getAllInWindow()
Warnung:
Diese Methode ist veraltet. Verwenden Sie stattdessen tabs.query({currentWindow: true})
.
Ruft Details über alle Tabs im angegebenen Fenster ab.
Dies ist eine asynchrone Funktion, die ein Promise
zurückgibt.
Syntax
js
let getting = browser.tabs.getAllInWindow(
windowId // optional integer
)
Parameter
windowId
Optional-
integer
. Standardmäßig das aktuelle Fenster.
Rückgabewert
Browser-Kompatibilität
Report problems with this compatibility data on GitHubdesktop | mobile | ||||||
---|---|---|---|---|---|---|---|
getAllInWindow |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Hinweis:
Diese API basiert auf Chromiums chrome.tabs
API. Diese Dokumentation stammt von tabs.json
aus dem Chromium-Code.