tauri/.changes/api-use-uint8array.md
Jonas Kruckenberg 9b19a805aa
fix(api.js) Replace number[]with Uint8Array. fixes #3306 (#3305)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2022-02-04 22:18:23 -03:00

145 B

api
patch

Breaking change: Replaces all usages of number[] with Uint8Array to be closer aligned with the wider JS ecosystem.