From 87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 28 Aug 2021 14:30:50 -0400 Subject: Dictionary worker updates (#1914) * Add support for running getDictionaryCounts via DictionaryWorker * Run dictionary integrity checks on a separate thread * Remove api.getDictionaryCounts --- ext/js/comm/api.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/js/comm') diff --git a/ext/js/comm/api.js b/ext/js/comm/api.js index 3ac1d3f7..3fa7c92b 100644 --- a/ext/js/comm/api.js +++ b/ext/js/comm/api.js @@ -120,10 +120,6 @@ class API { return this._invoke('getDictionaryInfo'); } - getDictionaryCounts(dictionaryNames, getTotal) { - return this._invoke('getDictionaryCounts', {dictionaryNames, getTotal}); - } - purgeDatabase() { return this._invoke('purgeDatabase'); } -- cgit v1.2.3