Closed hanguofu closed 9 years ago
After debug , we found out the data channel section of the plugin functions normally :) The culptrit may be the JS which needs a return val. from send statement. So we changed the statement to :
sendChannel.send ( e.target.result) ; // send_result = sendChannel.send(e.target.result);
and it works !
Sorry for wasting your time :)
Cheer ~
I installed the plugin and tried to send binary data ( arraybuffer ) with data channel :
// the data channel "sendChannel" was created with this config. successfully sendChannel.binaryType = 'arraybuffer' ;