getPageContexts

abstract suspend fun getPageContexts(tabIds: List<String>): Map<String, CachedPageContext>

Returns cached page contexts for the requested tabs.

Return

a map of tabId → CachedPageContext for tabs that have cached content

Parameters

tabIds

the tab IDs to look up