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