Variable GeckoViewTabBridge
GeckoViewTabBridge: {
closeTab(): any;
createNewTab(): any;
openOptionsPage(extensionId: any): any;
tabIdToWindowId(tabId: any): any;
updateTab(): any;
windowIdToTabId(windowId: any): any;
}
Type declaration
-
closeTab:function
- closeTab(): any
-
Returns any
-
createNewTab:function
- createNewTab(): any
-
Returns any
-
openOptionsPage:function
- openOptionsPage(extensionId: any): any
-
Returns any
-
tabIdToWindowId:function
- tabIdToWindowId(tabId: any): any
-
Returns any
-
updateTab:function
- updateTab(): any
-
Returns any
-
windowIdToTabId:function
- windowIdToTabId(windowId: any): any
-
Returns any