BoolNordicAB / sharepoint-utilities

Makes client side SharePoint a bit nicer to work with (that's the plan, at least)
https://boolnordicab.github.io/sharepoint-utilities/doc/index.html
MIT License
14 stars 3 forks source link

Implement own AJAX #4

Closed roobie closed 9 years ago

roobie commented 9 years ago

Seeing as how jQuery is a dependency only because of it's $.ajax API, I think we might want to implement our own. Cf. https://github.com/yanatan16/nanoajax. Adding a Promise-based API, we can probably keep the whole module under 100 SLOC.

roobie commented 9 years ago

No, we should use a polyfill of whatwg-fetch

roobie commented 9 years ago

https://github.com/github/fetch