{"ScriptPreparationCode":"const uint8 = new Uint8Array([65, 67, 68, 69, 70]);","TestCases":[{"Name":"Array from","Code":"const uint8 = new Uint8Array([65, 67, 68, 69, 70]);\r\nArray.from(uint8).map(u =\u003E String.fromCharCode(u))","IsDeferred":false},{"Name":"join split","Code":"const uint8 = new Uint8Array([65, 67, 68, 69, 70]);\r\nuint8.join().split(\u0027,\u0027).map(u =\u003E String.fromCharCode(u))","IsDeferred":false}]}