removeHistoryForTab

abstract suspend fun removeHistoryForTab(tabId: String)

Removes all history entries that were visited by a specific tab, including all visits from other tabs to those same entries.

Parameters

tabId

The tab ID whose history entries should be removed.