[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 devandnpm run build; - Add: NPM Install & Using
browser-syncandopnmodule; - Add: NPM Install & Using
gulp-sourcemapsof Gulp.js plugin; - Add: Apache Virtual Hosts for cross domain request tests;
- Update:
/examples/; - Update:
get|post|put...etc. methods addoptionsparameter; - 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