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: v1.1.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: v1.1.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 17, 2016

  1. Fix reading ArrayBuffer into string on older browsers

    Android 4.0 doesn't like the `String.fromCharCode.apply` hack.
    mislav committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    1ddcadb View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    c2556f3 View commit details
    Browse the repository at this point in the history
  3. fetch 1.1.1

    mislav committed Nov 17, 2016
    Configuration menu
    Copy the full SHA
    f7a5148 View commit details
    Browse the repository at this point in the history
Loading