v0.3.0
版本发布时间: 2017-09-02 18:32:19
pandao/httpx.js最新发布版本:v0.3.0(2017-09-02 18:32:19)
- Add: The
request()
method add new optiondebug
; - Add: NPM scripts
npm run dev
andnpm run build
; - Add: NPM Install & Using
browser-sync
andopn
module; - Add: NPM Install & Using
gulp-sourcemaps
of Gulp.js plugin; - Add: Apache Virtual Hosts for cross domain request tests;
- Update:
/examples/
; - Update:
get|post|put...
etc. methods addoptions
parameter; - Update: In Internet Explorer 9, Cross domain requests By
XDomainRequest
;