fixing some compiler issues
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
/**
|
||||
* This event is fired when any tab's url changes.
|
||||
* This is useful for content scripts to know when SPA navigations occur.
|
||||
* @param details
|
||||
*/
|
||||
export default function onHistoryStateUpdated(
|
||||
details: chrome.webNavigation.WebNavigationTransitionCallbackDetails
|
||||
): void {
|
||||
const { tabId, url } = details;
|
||||
// TODO: send a message to tab with tabId to reanalyze the page
|
||||
}
|
||||
Reference in New Issue
Block a user