Skip to content

Releases: pandao/httpx.js

httpx.js v0.3.0

02 Sep 10:32
Compare
Choose a tag to compare
  • Add: The request() method add new option debug;
  • Add: NPM scripts npm run dev and npm run build;
  • Add: NPM Install & Using browser-sync and opn 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 add options parameter;
  • Update: In Internet Explorer 9, Cross domain requests By XDomainRequest;

httpx.js v0.2.0

16 Jun 10:24
Compare
Choose a tag to compare

Basic support XMLHttpRequest Level 1.

Methods :

  • GET
  • POST
  • PUT
  • PATCH
  • DELETE
  • JSON
  • JSONP
  • getScript