Check if the worker is available when focusing a tab again

This commit is contained in:
yflory
2020-03-11 16:24:39 +01:00
parent 21c3abde6f
commit 718cdee907
3 changed files with 26 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ define([
DISCONNECT: Store.disconnect,
CREATE_README: Store.createReadme,
MIGRATE_ANON_DRIVE: Store.migrateAnonDrive,
PING: function (cId, data, cb) { cb(); },
// RPC
UPDATE_PIN_LIMIT: Store.updatePinLimit,
GET_PIN_LIMIT: Store.getPinLimit,