ajx
Simple fetch library for me.
💿 Installation
Use npm.
$ npm install --save ajx
📖 Usage
API reference is /docs.
const ajx = async { // Send a HTTP GET request. const html = await ajx console}
The requests are cancellable.
const ajx = async { const html = await ajx console} const ct = ajxCancelTokenct
📰 Changelog
💪 Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
Development Tools
npm test
runs tests.npm run docs
opens the current documents by your default browser.npm run update-docs
generates documents from the current source code.npm run watch
runs tests and measures coverage when source code are changed.