0.2.0 • Published 6 years ago

ajax-cp v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

ajaxp

Small promise-based ajax library with a reasonable (hopefully) cancel mechanic

ajaxcp(url, [options]) -> {request : Promise, cancel : function}

ajaxcp

Executes an ajax request to the given url. Returns an object with the request promise and a cancel method. The request promise resolves to a response object on success, or null if canceled before completion.

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago