Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 20, 2023

Commits on Nov 25, 2022

Commits on Oct 26, 2022

  1. Meta: my employer changed

    annevk committed Oct 26, 2022

Commits on Oct 17, 2022

Commits on Aug 31, 2022

Commits on May 12, 2022

Commits on Mar 17, 2022

  1. Use fetch controller when terminating/aborting

    Closes #345.
    
    Co-authored-by: Anne van Kesteren <annevk@annevk.nl>
    noamr and annevk committed Mar 17, 2022

Commits on Feb 21, 2022

Commits on Feb 11, 2022

  1. Resource Timing integration

    When response is a network error or body is fully read, finalize and report the response.
    
    Depends on whatwg/fetch#1185.
    
    Also see w3c/resource-timing#261 and w3c/resource-timing#252.
    noamr committed Feb 11, 2022

Commits on Dec 13, 2021

  1. Editorial: align with Fetch renaming

    (The old) processResponseEndOfBody is now processResponseConsumeBody.
    
    See whatwg/fetch#1369 for context.
    annevk committed Dec 13, 2021

Commits on Oct 26, 2021

  1. Editorial: align with Fetch's change to tuples

    See whatwg/fetch#1339 for context.
    annevk committed Oct 26, 2021

Commits on Oct 25, 2021

  1. Meta: remove class=no-backref

    This leaves one that #334 will tackle.
    annevk committed Oct 25, 2021

Commits on Oct 19, 2021

  1. Editorial: rename processRequestBody

    See whatwg/fetch#1320 for context.
    Fictionistique committed Oct 19, 2021

Commits on Aug 16, 2021

Commits on Mar 26, 2021

  1. Drop the “Feature Policy integration” section

    Feature Policy is now known as Permissions Policy and sync-xhr is no longer part of it. It is now part of Document Policy. See #295 for follow-up work.
    sideshowbarker committed Mar 26, 2021

Commits on Mar 23, 2021

Commits on Mar 11, 2021

  1. Use extract a length from Fetch

    The only information browsers use for progress events for responses is the Content-Length header.
    
    Align on that and only use body's length concept for uploads.
    
    Tests: web-platform-tests/wpt#27837.
    
    Fetch PRs: whatwg/fetch#1183 & whatwg/fetch#1184.
    
    Closes whatwg/fetch#604.
    annevk committed Mar 11, 2021

Commits on Mar 3, 2021

  1. Handle errors in response bodies

    And also clean up the way we manage XMLHttpRequest's response, which allows for simplifying "handle response end-of-body" and "handle errors". (Also ends up removing the remaining dependency on Streams.)
    
    Tests: web-platform-tests/wpt#27778.
    
    Fixes #314.
    annevk committed Mar 3, 2021

Commits on Feb 26, 2021

  1. Use Fetch's body read algorithms

    Follow-up: #314.
    annevk committed Feb 26, 2021

Commits on Jan 26, 2021

  1. Expose ProgressEvent to service workers

    Closes #305.
    Rashika101 committed Jan 26, 2021

Commits on Jan 15, 2021

  1. Meta: default branch rename

    Helps with whatwg/meta#174.
    annevk committed Jan 15, 2021

Commits on Sep 30, 2020

  1. Editorial: modernize XMLHttpRequest

    Apply many things the WHATWG has learned and formalized over the years to XMLHttpRequest.
    annevk committed Sep 30, 2020
  2. Meta: link Review Draft

    annevk committed Sep 30, 2020
  3. Use new Streams algorithms

    domenic authored and annevk committed Sep 30, 2020

Commits on Aug 18, 2020

Commits on Aug 17, 2020

Older