Ranged Web Requests (demo) av Anon
You are in a location where the Wi-Fi or cellular signal is weak. You try to load a webpage. The loading seems to start, but it takes a long time and stops halfway through... This extension demonstrates how such issues can be fixed at browser level.
ExperimentellExperimentell
Metadata för tillägg
Om detta tillägg
We have become accustomed to browsers being able to resume downloads if they are interrupted. However, for web pages and the resources they load - images, stylesheets, scripts, etc., - this capability is not available. This extension demonstrates that solving this problem is indeed possible.
What is implemented in this extension: If the server supports the Range header and doesn't use compression, the GET request is split into several parts, with each subsequent part having a size that increases or decreases depending on the transfer speed and errors encountered with the previous ones.
Features that are not yet implemented but could be added: more complex cases where the server uses compression or Transfer-Encoding: chunked.
What cannot be implemented through an extension and requires browser modifications itself: replacing the HTTP status code from 206 with the actual request status. In responses to Range headers, servers send an HTTP Response code of 206, which can be an issue when certain web applications explicitly expect a different response code (e.g., 200).
The purpose of this extension is threefold: to showcase that this problem exists, demonstrate its possible solution, and highlight the need for such a fix. It may potentially expedite the inclusion of similar features in browsers themselves or serve as a temporary workaround for individuals seeking a solution.
What is implemented in this extension: If the server supports the Range header and doesn't use compression, the GET request is split into several parts, with each subsequent part having a size that increases or decreases depending on the transfer speed and errors encountered with the previous ones.
Features that are not yet implemented but could be added: more complex cases where the server uses compression or Transfer-Encoding: chunked.
What cannot be implemented through an extension and requires browser modifications itself: replacing the HTTP status code from 206 with the actual request status. In responses to Range headers, servers send an HTTP Response code of 206, which can be an issue when certain web applications explicitly expect a different response code (e.g., 200).
The purpose of this extension is threefold: to showcase that this problem exists, demonstrate its possible solution, and highlight the need for such a fix. It may potentially expedite the inclusion of similar features in browsers themselves or serve as a temporary workaround for individuals seeking a solution.
Betyg 0 av 0 recensenter
Behörigheter och data
Nödvändiga behörigheter:
- Åtkomst till dina data för alla webbplatser
Datainsamling:
- Utvecklaren säger att detta tillägg inte kräver datainsamling.
Mer information
- Länkar för tillägg
- Version
- 0.1
- Storlek
- 14,42 kB
- Senast uppdaterad
- för 24 dagar sedan (21 jun 2026)
- Relaterade kategorier
- Versionshistorik
- Lägg till i samling