Skip to content

Feature : Support ArrayBuffer with js bindings #450

Open
@elliotwoods

Description

@elliotwoods

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions