-
Merge pull request #496 from woudini/fix-header-delimiter
Add global replace for processing raw headers
-
Merge pull request #469 from RoneyThomas/patch-1
Added safari to native fetch browser support.
-
Merge pull request #491 from woudini/fix-header-delimiter
Support obs-fold as header delimiter
-
This commit was signed with a verified signature.
dgraham David Graham
GPG key ID: AA9405DCE2E0D208 Learn about signing commits -
This commit was signed with a verified signature.
dgraham David Graham
GPG key ID: AA9405DCE2E0D208 Learn about signing commits
-
This commit was signed with a verified signature.
dgraham David Graham
GPG key ID: AA9405DCE2E0D208 Learn about signing commits -
Merge pull request #485 from tschaub/headers-array
Accept array in Headers constructor
-
-
Merge pull request #483 from aknuds1/patch-1
Improve README language
-
Improve various aspects of the language in the README, some being typos.
-
Merge pull request #468 from VagishVela/patch-1
Fix grammar mistake in README
-
-
-
Merge pull request #465 from github/url-to-string
Treat any non-Request arg to `new Request()` as string url
-
-
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)
-
Merge pull request #449 from woudini/tolerance-provision
Support Tolerance Provision when parsing headers
-
-
-
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 committedNov 17, 2016
-
Display uncaught errors on the test results page
This makes debugging in devices without a developer console easier.
-
Fix reading ArrayBuffer into string on older browsers
Android 4.0 doesn't like the `String.fromCharCode.apply` hack.
mislav committedNov 15, 2016 -
Avoid using `native` keyword as variable
Fixes the test suite in some older browsers that choke on it.
mislav committedNov 15, 2016 -
Mirror PhantomJS download by using Travis' own infrastructure
This is to avoid hitting Bitbucket rate limits for downloads.
-
Merge pull request #432 from Rosuav/patch-1
Fix misspelling of [ae]ffect
-
-
-
Merge pull request #429 from mislav/headers-spec-compat
Change Headers multiple value handling for spec compatibility
-