Stream<List<int>> get raw { final readable = getProperty<ReadableStream>(_delegate, 'raw'); return streamFromJSReadable(readable); }