async() => { const data = await reader.read(97, 3); const view = new Uint8Array(data); assert.deepEqual(view, new Uint8Array([44, 55, 66])); }