1 个仓库
Integration with the standard WritableStream API to pipe data from sources to destinations.
Distinct from Standard Stream Piping: Candidates focus on shell pipes or specific prompt streaming; this is about the browser's Web Streams API.
Explore 1 awesome GitHub repository matching web development · Web Streams API Integrations. Refine with filters or upvote what's useful.
StreamSaver.js 是一个浏览器可写流库和客户端文件保存器。它提供了一种将数据流直接写入本地文件系统的机制,绕过了标准的基于 Blob 的保存方法,以避免浏览器内存耗尽。 该库将浏览器流转换为可下载文件,从而能够在不将整个有效载荷缓冲到 RAM 中的情况下导出大容量数据集和大文件。它支持将实时音频和视频捕获直接写入磁盘,以防止在长时间录制会话期间发生内存溢出。
Uses the standard Web Streams API to pipe data from a source to a filesystem destination without buffering.