Skip to content

cleanup: Replace non-standard ByteArray module

Florian Müllner requested to merge fmuellner/polari:decoder into main

gjs landed support for TextDecoder/TextEncoder. Use those instead of gjs' own ByteArray module.

(needs a new bleeding-edge gjs, so wait a bit before landing)

Merge request reports