forked from JakeChampion/fetch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add code of conduct to contributing guidelines
- Loading branch information
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# window.fetch polyfill | ||
|
||
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to uphold this code. | ||
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#fetch/[email protected] | ||
|
||
The global `fetch` function is an easier way to make web requests and handle | ||
responses than using an XMLHttpRequest. This polyfill is written as closely as | ||
possible to the standard Fetch specification at https://fetch.spec.whatwg.org. | ||
|