Hi list,I have some code in progress to revamp GJS's ByteArray to use a standard _javascript_ Uint8Array (part of modern _javascript_'s typed array family) instead of the custom GJS object. Read more about it here: https://gitlab.gnome.org/GNOME/gjs/issues/5 Does anyone have any thoughts on ByteArray or see any problems with the proposed course of action?