ax1 / iridiumjs

🚀 Boost HTML horsepower
MIT License
1 stars 0 forks source link

improve ir.ajax call #4

Closed ax1 closed 7 years ago

ax1 commented 8 years ago

add (....,context,responsetype) to ir.ajax(), the inner call has these params already.

Update documentation

ax1 commented 7 years ago

done, ir.ajax(url, options) returns Promise. It uses fetch() internally but with a handier API