aboutsummaryrefslogtreecommitdiff
path: root/ext/js/language/dictionary-importer-worker-main.js
Commit message (Collapse)AuthorAge
* Dictionary worker refactor (#1894)toasted-nutbread2021-08-14
| | | | | | | | | | | | | | | | | | | * Rename dictionary worker files * Rename classes * Rename file * Rename class * Generalize the _invoke method * Rename 'import' to 'importDictionary' * Improve DictionaryImporterMediaLoader usage * Refactor message handler * Generalize onProgress event
* DictionaryImporterThreaded (#1865)toasted-nutbread2021-07-31
* Create new classes for importing dictionaries from a separate thread * Use threaded importer * Update worker tests