From 8d534749456c9275686f260db82e9414481dcb2b Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 4 Sep 2020 17:57:51 -0400 Subject: Add api.isTabSearchPopup (#763) * Add api.isTabSearchPopup * Fix missing asyncs --- ext/mixed/js/api.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/mixed/js/api.js') diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index e58000e8..a6ac227e 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -201,6 +201,10 @@ const api = (() => { return this._invoke('getOrCreateSearchPopup', isObject(details) ? details : {}); } + isTabSearchPopup(tabId) { + return this._invoke('isTabSearchPopup', {tabId}); + } + // Invoke functions with progress deleteDictionary(dictionaryName, onProgress) { -- cgit v1.2.3