Permalink
Commits on Apr 8, 2017
  1. Merge pull request #496 from woudini/fix-header-delimiter

    Add global replace for processing raw headers
    mislav committed on GitHub Apr 8, 2017
Commits on Mar 27, 2017
  1. Merge pull request #469 from RoneyThomas/patch-1

    Added safari to native fetch browser support.
    dgraham committed on GitHub Mar 27, 2017
Commits on Mar 14, 2017
  1. Add global replace for processing raw headers

    woudini committed Mar 14, 2017
Commits on Mar 7, 2017
  1. Merge pull request #491 from woudini/fix-header-delimiter

    Support obs-fold as header delimiter
    mislav committed on GitHub Mar 7, 2017
Commits on Mar 6, 2017
  1. Support obs-fold as header delimiter

    woudini committed Mar 6, 2017
Commits on Mar 2, 2017
  1. Fetch 2.0.3

    dgraham committed Mar 2, 2017
Commits on Feb 22, 2017
  1. Remove extra punctuation

    dgraham committed Feb 22, 2017
  2. Merge pull request #485 from tschaub/headers-array

    Accept array in Headers constructor
    dgraham committed on GitHub Feb 22, 2017
  3. Accept array in Headers constructor

    tschaub committed Feb 22, 2017
Commits on Feb 21, 2017
  1. Merge pull request #483 from aknuds1/patch-1

    Improve README language
    dgraham committed on GitHub Feb 21, 2017
  2. Improve README language

    Improve various aspects of the language in the README, some being typos.
    aknuds1 committed on GitHub Feb 21, 2017
Commits on Jan 25, 2017
  1. Oxford comma.

    RoneyThomas committed on GitHub Jan 25, 2017
  2. Added safari to native fetch browser support.

    RoneyThomas committed on GitHub Jan 25, 2017
Commits on Jan 23, 2017
  1. Merge pull request #468 from VagishVela/patch-1

    Fix grammar mistake in README
    mislav committed on GitHub Jan 23, 2017
  2. Fix grammar mistake in README

    VagishVela committed on GitHub Jan 23, 2017
Commits on Jan 19, 2017
  1. fetch 2.0.2

    mislav committed Jan 19, 2017
  2. Merge pull request #465 from github/url-to-string

    Treat any non-Request arg to `new Request()` as string url
    mislav committed on GitHub Jan 19, 2017
Commits on Jan 16, 2017
  1. Detect broken URL support in PhantomJS and skip test

    mislav committed Jan 16, 2017
  2. Treat any non-Request arg to `new Request()` as string url

    This aims to match the behavior that the IDL of the spec defines:
    whatwg/fetch#452 (comment)
    mislav committed Jan 16, 2017
Commits on Dec 29, 2016
  1. Remove secrets

    josh committed Dec 29, 2016
Commits on Dec 6, 2016
  1. Merge pull request #449 from woudini/tolerance-provision

    Support Tolerance Provision when parsing headers
    mislav committed on GitHub Dec 6, 2016
  2. Support Tolerance Provision when parsing headers

    woudini committed Dec 6, 2016
Commits on Nov 21, 2016
  1. Add test for cloning GET request

    Closes #440
    mislav committed Nov 21, 2016
Commits on Nov 17, 2016
  1. fetch 2.0.1

    mislav committed Nov 17, 2016
  2. Only define `arrayBuffer()` if Blob is also supported

    It turns out that Android 4.0 implements ArrayBuffer but no Blob.
    
    This restores the behavior that v1.0 had, but which regressed in v1.1.0.
    mislav committed Nov 17, 2016
Commits on Nov 15, 2016
  1. Display uncaught errors on the test results page

    This makes debugging in devices without a developer console easier.
    mislav committed Nov 15, 2016
  2. Fix reading ArrayBuffer into string on older browsers

    Android 4.0 doesn't like the `String.fromCharCode.apply` hack.
    mislav committed Nov 15, 2016
  3. Avoid using `native` keyword as variable

    Fixes the test suite in some older browsers that choke on it.
    mislav committed Nov 15, 2016
  4. Mirror PhantomJS download by using Travis' own infrastructure

    This is to avoid hitting Bitbucket rate limits for downloads.
    mislav committed Nov 15, 2016
  5. Merge pull request #432 from Rosuav/patch-1

    Fix misspelling of [ae]ffect
    mislav committed on GitHub Nov 15, 2016
  6. Fix misspelling of [ae]ffect

    Rosuav committed on GitHub Nov 15, 2016
Commits on Nov 14, 2016
  1. fetch 2.0.0

    mislav committed Nov 14, 2016
  2. Merge pull request #429 from mislav/headers-spec-compat

    Change Headers multiple value handling for spec compatibility
    mislav committed on GitHub Nov 14, 2016
  3. fetch 1.1.0

    mislav committed Nov 14, 2016