Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要移动最大 100 MB 左右的文件。如果我正确阅读了文档,我将需要使用后端来希望不达到每个请求的限制。后端配额是否允许我这样做,或者后端只放弃时间限制,而不是带宽限制?
请求的新限制fetch()约为 32MB。但是,如果您的源 HTTP 服务器支持“范围”请求,您可以轻松地获取部分文件,然后按顺序组合它们。
fetch()