Open
Description
In order to tidily support passing binary data (e.g. live image data) between python and js sides (e.g. for computer vision workflows), it would be great to able to support native js/python binary types.
Ideally, this would mean we could:
- [Python calls JS function] Pass a binary array or memory buffer as an argument. Receive an ArrayBuffer
- [JS calls Python function] Pass an ArrayBuffer, receive a binary array
Issue discussed on forum at:
https://groups.google.com/forum/#!topic/cefpython/Uc3n44cpkbo