diff options
Diffstat (limited to 'ext/mixed/js')
| -rw-r--r-- | ext/mixed/js/api.js | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ext/mixed/js/api.js b/ext/mixed/js/api.js index fc765063..d37b091a 100644 --- a/ext/mixed/js/api.js +++ b/ext/mixed/js/api.js @@ -193,6 +193,10 @@ const api = (() => {              return this._invoke('triggerDatabaseUpdated', {type, cause});          } +        testMecab() { +            return this._invoke('testMecab', {}); +        } +          // Utilities          _createActionPort(timeout=5000) { |