5646e0cfb5
RemoteFile (used on all desktop platforms) extended File([]) with empty data and overrode slice(), text(), arrayBuffer() but not stream(). The large file path (>8MB) introduced in #3320 uses file.stream() to read content incrementally, which returned empty data from the base File class, causing "No chapters detected" for large TXT files. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>