mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 09:24:55 +00:00
ipc new api, loadURL, image.toDataURL
This commit is contained in:
2
node_modules/nedb_proxy.js
generated
vendored
2
node_modules/nedb_proxy.js
generated
vendored
@@ -81,7 +81,7 @@ DBProxy.prototype.remove = function (params, callback) {
|
||||
};
|
||||
|
||||
// m = {token: , err : , ret: }
|
||||
ipc.on('db-exec-ret', function(m) {
|
||||
ipc.on('db-exec-ret', function(event, m) {
|
||||
var token = m.token;
|
||||
var callback = token2Callback[token];
|
||||
// console.log('clent 接收到消息');
|
||||
|
Reference in New Issue
Block a user