async() => { const data = await reader.read(0, 3); const view = new Uint8Array(data); assert.deepEqual(view, new Uint8Array([11, 22, 33])); }