[TOC]
- Add: The
request()
method add new optionxhrFields : { withCredentials: false }
like jQuery; - Add: The
request()
method add new optionsendBefore()
; - Add: The
request()
andexec()
method return XMLHttpRequest Or XDomainRequest Object;
- 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
;
- Using
addEventListener()
register XHR event; - Change
urlBuild()
to private function;
Basic support XMLHttpRequest Level 1.
Methods :
- GET
- POST
- PUT
- PATCH
- DELETE
- JSON
- JSONP
- getScript