Streaming upload support |
|||
Issue descriptionLet's implement the streaming upload feature on Fetch API. https://github.com/whatwg/fetch/commit/0c470b5860fe690b1136b0242951f682405103cc https://github.com/whatwg/fetch/commit/55141d7644b4f8381814c82898a278796f7fd899
,
Jul 6 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/282c9dde0e45a602f139a9d247cdf136616e53bd commit 282c9dde0e45a602f139a9d247cdf136616e53bd Author: Yutaka Hirano <yhirano@chromium.org> Date: Thu Jul 06 13:09:43 2017 Do not make a prefetch request when preload is also requested Currently the code assumes only one of them is specified. It is wrong, and if both are specified issuing a preload request is enough. Bug: 688906 Change-Id: I236811f8dad93d59a62c424797ab1dfaa4603ec4 Reviewed-on: https://chromium-review.googlesource.com/558597 Reviewed-by: Yoav Weiss <yoav@yoav.ws> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#484564} [modify] https://crrev.com/282c9dde0e45a602f139a9d247cdf136616e53bd/third_party/WebKit/Source/core/loader/LinkLoader.cpp [modify] https://crrev.com/282c9dde0e45a602f139a9d247cdf136616e53bd/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
,
Sep 12 2017
This issue has been automatically relabelled type=task because type=launch-owp issues are now officially deprecated. The deprecation is because they were creating confusion about how to get launch approvals, which should be instead done via type=launch issues. We recommend this issue be used for implementation tracking (for public visibility), but if you already have an issue for that, you may mark this as duplicate. For more details see here: https://docs.google.com/document/d/1JA6RohjtZQc26bTrGoIE_bSXGXUDQz8vc6G0n_sZJ2o/edit For any questions, please contact owencm, sshruthi, larforge
,
Sep 21
Issue 884568 has been merged into this issue.
,
Nov 27
,
Dec 5
Being unable to use fetch API to upload data in chunks is very limiting, and forces applications to use web sockets, which might be blocked in some networks.
,
Dec 17
Issue 915826 has been merged into this issue. |
|||
►
Sign in to add a comment |
|||
Comment 1 by ricea@chromium.org
, Mar 21 2017