summaryrefslogtreecommitdiff
path: root/ext/js/language/dictionary-importer-threaded.js
Commit message (Collapse)AuthorAge
* Dictionary importer refactoring (#1867)toasted-nutbread2021-07-31
| | | | | | | | | * Remove map of schemas * Don't reuse dictionary importer instances * Refactor * Update how progress callback is used
* DictionaryImporterThreaded (#1865)toasted-nutbread2021-07-31
* Create new classes for importing dictionaries from a separate thread * Use threaded importer * Update worker tests