-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deferred fetching #1647
Open
noamr
wants to merge
52
commits into
whatwg:main
Choose a base branch
from
noamr:fetch-later
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Deferred fetching #1647
Commits on Oct 28, 2024
-
Add a JS-exposed function to request a deferred fetch. A deferred fetch would be invoked in one of two scenarios: - The document is destroyed (the fetch group is terminated) - The document is backgrounded (the fetch group is deactivated) and not restored after a certain time. A few constraints: - Deferred fetch body sizes are limited to 64KB per origin. Exceeding this would immediately reject with a QuotaExceeded. - Request body streams are not allowed. A request body, if exists, has to be a byte sequence. The JS function is called `requestDeferredFetch` but that's bikesheddable. See WICG/pending-beacon#70
Configuration menu - View commit details
-
Copy full SHA for 87ee3d4 - Browse repository at this point
Copy the full SHA 87ee3d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02bcd3b - Browse repository at this point
Copy the full SHA 02bcd3bView commit details -
Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
Configuration menu - View commit details
-
Copy full SHA for 558d57b - Browse repository at this point
Copy the full SHA 558d57bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f7ee86 - Browse repository at this point
Copy the full SHA 5f7ee86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4d53c - Browse repository at this point
Copy the full SHA 8a4d53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77b0325 - Browse repository at this point
Copy the full SHA 77b0325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9948a48 - Browse repository at this point
Copy the full SHA 9948a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1cd399 - Browse repository at this point
Copy the full SHA d1cd399View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d547a - Browse repository at this point
Copy the full SHA d5d547aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac946f3 - Browse repository at this point
Copy the full SHA ac946f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c873a3a - Browse repository at this point
Copy the full SHA c873a3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a653c - Browse repository at this point
Copy the full SHA f4a653cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa24042 - Browse repository at this point
Copy the full SHA fa24042View commit details -
Configuration menu - View commit details
-
Copy full SHA for de93083 - Browse repository at this point
Copy the full SHA de93083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8630b - Browse repository at this point
Copy the full SHA 7a8630bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 286fbf5 - Browse repository at this point
Copy the full SHA 286fbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e03482 - Browse repository at this point
Copy the full SHA 5e03482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4971f33 - Browse repository at this point
Copy the full SHA 4971f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d845807 - Browse repository at this point
Copy the full SHA d845807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1f0d4 - Browse repository at this point
Copy the full SHA 8a1f0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c95c9a - Browse repository at this point
Copy the full SHA 1c95c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdde33c - Browse repository at this point
Copy the full SHA fdde33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85528e3 - Browse repository at this point
Copy the full SHA 85528e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc5f8f - Browse repository at this point
Copy the full SHA 0bc5f8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be1186 - Browse repository at this point
Copy the full SHA 5be1186View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c37ff - Browse repository at this point
Copy the full SHA f5c37ffView commit details -
- Rename activationDeadline to activateAfter
- Clarify the conditions under which a deferred fetch should be activated early.
Configuration menu - View commit details
-
Copy full SHA for 2d9eacf - Browse repository at this point
Copy the full SHA 2d9eacfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce78183 - Browse repository at this point
Copy the full SHA ce78183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f4477 - Browse repository at this point
Copy the full SHA 41f4477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d14174 - Browse repository at this point
Copy the full SHA 7d14174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141b262 - Browse repository at this point
Copy the full SHA 141b262View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0a8d3 - Browse repository at this point
Copy the full SHA da0a8d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d46ad - Browse repository at this point
Copy the full SHA 08d46adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e911490 - Browse repository at this point
Copy the full SHA e911490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b5d58 - Browse repository at this point
Copy the full SHA 08b5d58View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee1759 - Browse repository at this point
Copy the full SHA dee1759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e61c12 - Browse repository at this point
Copy the full SHA 5e61c12View commit details -
Configuration menu - View commit details
-
Copy full SHA for b170955 - Browse repository at this point
Copy the full SHA b170955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c11bc7 - Browse repository at this point
Copy the full SHA 3c11bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c6196 - Browse repository at this point
Copy the full SHA 05c6196View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd83c42 - Browse repository at this point
Copy the full SHA fd83c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097315f - Browse repository at this point
Copy the full SHA 097315fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da60def - Browse repository at this point
Copy the full SHA da60defView commit details -
Configuration menu - View commit details
-
Copy full SHA for d18ae84 - Browse repository at this point
Copy the full SHA d18ae84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1804d - Browse repository at this point
Copy the full SHA 7d1804dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 871a9a8 - Browse repository at this point
Copy the full SHA 871a9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73bbcac - Browse repository at this point
Copy the full SHA 73bbcacView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 66d4fc1 - Browse repository at this point
Copy the full SHA 66d4fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd0646 - Browse repository at this point
Copy the full SHA 3bd0646View commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97141e1 - Browse repository at this point
Copy the full SHA 97141e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 579547b - Browse repository at this point
Copy the full SHA 579547bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64231ea - Browse repository at this point
Copy the full SHA 64231eaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.