Improve history to load it chunk by chunk
This commit is contained in:
@@ -692,6 +692,9 @@ define([
|
||||
common.getFullHistory = function (data, cb) {
|
||||
postMessage("GET_FULL_HISTORY", data, cb);
|
||||
};
|
||||
common.getHistoryRange = function (data, cb) {
|
||||
postMessage("GET_HISTORY_RANGE", data, cb);
|
||||
};
|
||||
|
||||
common.getShareHashes = function (secret, cb) {
|
||||
var hashes;
|
||||
|
||||
Reference in New Issue
Block a user