{"ScriptPreparationCode":"var randomArray = Array.from({ length: 1000 }, () =\u003E Math.floor(Math.random() * 256))","TestCases":[{"Name":"Test Uint8Array.from()","Code":"Uint8Array.from(randomArray)","IsDeferred":false},{"Name":"Test new Uint8Array()","Code":"new Uint8Array(randomArray)","IsDeferred":false}]}