ipc new api, loadURL, image.toDataURL

This commit is contained in:
life
2016-05-22 15:15:27 +08:00
parent 15c2f75be9
commit faa9f8b308
6 changed files with 21 additions and 18 deletions

2
node_modules/nedb_proxy.js generated vendored
View File

@@ -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 接收到消息');