I get ReferenceError: TextEncoder is not defined when I try to run a very simple program
I've created a unit test in my project and I can confirm that it works properly:
but as soon as I do anything with
I get
but as soon as I do anything with
Effect:I get
ReferenceError: TextEncoder is not defined. What am I doing wrong?