File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Requests are configured via method calls and each method always returns a fresh
10
10
## Principles
11
11
12
12
- Immutable API, Promise-based, throws meaningful errors
13
- - No external dependencies, quite small (<2.3KB minified and gzipped)
13
+ - No external dependencies, quite small (<2.4KB minified and gzipped)
14
14
- Understands Content-Type (decodes JSON responses by default)
15
15
- [ Works on modern browsers and some older ones] ( #browser-support )
16
16
- [ Fully tested] ( /test/specs ) (see e.g. [ requests.spec.js] ( /test/specs/requests.spec.js ) )
Original file line number Diff line number Diff line change 47
47
},
48
48
{
49
49
"path" : " ./build/yea.min.js" ,
50
- "maxSize" : " 2.3KB "
50
+ "maxSize" : " 2.4KB "
51
51
}
52
52
],
53
53
"scripts" : {
You can’t perform that action at this time.
0 commit comments