janhommes / o.js

o.js - client side oData lib.
https://janhommes.github.io/o.js/example/
MIT License
241 stars 58 forks source link

release 0.4.0 #62 #74 #73

Closed janhommes closed 6 years ago

janhommes commented 6 years ago

This allows getting all functions of the xhr object. e.g.:

o("/People").get(function() { 
  console.log(this.xhr.getAllResponseHeaders()) 
});

Only real changes are in o.js line 1391