Skip to content
Permalink
master

Commits on Feb 27, 2021

  1. 3.6.2

    JakeChampion committed Feb 27, 2021
  2. Revert "Represent non-stringified JSON request body as an [object Obj…

    …ect] string"
    
    This reverts commit 5c6b055.
    JakeChampion committed Feb 27, 2021

Commits on Feb 18, 2021

  1. 3.6.1

    JakeChampion committed Feb 18, 2021
  2. use var instead of const

    JakeChampion committed Feb 18, 2021
  3. Restore package.json

    JakeChampion committed Feb 18, 2021
  4. 3.6.0

    JakeChampion committed Feb 18, 2021

Commits on Nov 6, 2020

  1. 3.5.0

    JakeChampion committed Nov 6, 2020

Commits on Sep 30, 2020

  1. Create lock.yml

    JakeChampion committed Sep 30, 2020

Commits on Sep 7, 2020

  1. 3.4.1

    JakeChampion committed Sep 7, 2020
    3
  2. Make the clean task remove the dist directory and the default task cr…

    …eate it
    JakeChampion committed Sep 7, 2020

Commits on Aug 7, 2020

  1. 3.4.0

    JakeChampion committed Aug 7, 2020
  2. Use globalThis as the global object if it exists

    JakeChampion committed Aug 7, 2020

Commits on Aug 4, 2020

  1. 3.3.1

    JakeChampion committed Aug 4, 2020
  2. 3.3.0

    JakeChampion committed Aug 4, 2020

Commits on Jul 31, 2020

  1. Update fetch.js

    JakeChampion committed Jul 31, 2020
  2. Update fetch.js

    JakeChampion committed Jul 31, 2020
  3. Update fetch.js

    JakeChampion committed Jul 31, 2020
  4. Update fetch.js

    JakeChampion committed Jul 31, 2020
  5. Update fetch.js

    JakeChampion committed Jul 31, 2020
  6. Update fetch.js

    JakeChampion committed Jul 31, 2020
  7. Update rollup.config.js

    JakeChampion committed Jul 31, 2020

Commits on Jul 30, 2020

  1. Recommend an AbortController polyfill which is fully synchronous

    Fixes #800
    JakeChampion committed Jul 30, 2020
  2. Revert "Detect if DOMException exists via typeof instead of trying to…

    … call it and catching the exception which may get thrown"
    
    This reverts commit e329852.
    JakeChampion committed Jul 30, 2020

Commits on Jul 10, 2020

  1. Add keepalive caveat

    Closes #780
    JakeChampion committed Jul 10, 2020
  2. If headers are passed in via a Record then do not normalise the heade…

    …r names as part of the request
    JakeChampion committed Jul 10, 2020

Commits on Jul 9, 2020

  1. Throw a TypeError if Request or Response functions are called without…

    … `new`
    JakeChampion committed Jul 9, 2020
  2. Detect if DOMException exists via typeof instead of trying to call it…

    … and catching the exception which may get thrown
    
    fixes #724
    JakeChampion committed Jul 9, 2020
  3. Add support for no-cache and no-store via a cache-busting querystring…

    … parameter
    JakeChampion committed Jul 9, 2020
Older