Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JakeChampion/fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: JakeChampion/fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 12, 2015

  1. 1 Configuration menu
    Copy the full SHA
    49907c8 View commit details
    Browse the repository at this point in the history
  2. Use xhr.responseType = 'blob' to preserve binary data.

    This adds a requirement for XMLHTTPRequest2 (IE10.)
    lrowe committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    080358d View commit details
    Browse the repository at this point in the history
  3. Add support for arrayBuffer

    lrowe committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    170a76d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb53d3 View commit details
    Browse the repository at this point in the history
  5. Tidy up from feedback

    * Use Blob feature detection to work with phantomjs.
    * Avoid creating new promises unnecessarily.
    * Fix condition for arrayBuffer test suite.
    lrowe committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    c99de80 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    77dd2e6 View commit details
    Browse the repository at this point in the history
  7. Use same condition in Body and Request for choosing responseType.

    Chrome will error on access to xhr.responseText when xhr.responseType is set to something other than 'text'. Everything that supports Blob should support XHR2.
    lrowe committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    74fa62b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'blob-binary-data' of https://github.com/lrowe/fetch int…

    …o lrowe-blob-binary-data
    josh committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    1b84d7b View commit details
    Browse the repository at this point in the history
  9. 3 Configuration menu
    Copy the full SHA
    8ffcee4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #63 from matthew-andrews/suspected-wrong-api-key

    Suspect this api key was wrong
    josh committed Jan 12, 2015
    Configuration menu
    Copy the full SHA
    7b9ab7e View commit details
    Browse the repository at this point in the history
  11. Tidy up binary file reader

    josh committed Jan 12, 2015
    1 Configuration menu
    Copy the full SHA
    7436589 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4f50a63 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2015

  1. Support blob and string BodyInit

    josh committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    ebdd0d8 View commit details
    Browse the repository at this point in the history
  2. Fix blob feature check

    josh committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    e7c9e29 View commit details
    Browse the repository at this point in the history
  3. Fetch 0.6.0

    josh committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    4d79312 View commit details
    Browse the repository at this point in the history
Loading