Skip to content

pyjs.to_js(b"\x00") not working as expected. #108

@DerThorsten

Description

@DerThorsten

the to js converter for bytes, ie pyjs.to_js(b"\x00"), is not working as expected.
While pyjs.buffer_to_js_typed_array(b) works well.

The fix should be simple: just use buffer_to_js_typed_array in the converter logic

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions