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
})

Dependencies (22)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i simple-qajax

    Weekly Downloads

    0

    Version

    0.0.1

    License

    0BSD

    Unpacked Size

    246 kB

    Total Files

    8

    Last publish

    Collaborators

    • xerocross