simple-qajax

0.0.1 • Public • Published

simple-qajax

import SimpleQajax from "simple-qajax"

SimpleQajax.execute({
    "URL" : "my-url",
    "contentType" : "application/json;charset=UTF-8",
    "method" : "POST",
    "postData" : JSON.stringify({
        myData : 5
    })
})
.then(function(response){
    //do something
})

Readme

Keywords

none

Package Sidebar

Install

npm i simple-qajax

Weekly Downloads

1

Version

0.0.1

License

0BSD

Unpacked Size

246 kB

Total Files

8

Last publish

Collaborators

  • xerocross