uupaa.proxy.js

0.1.0 • Public • Published

Proxy.js Build Status

npm

XMLHttpRequest proxy.

Document

How to use

Browser

<script src="lib/Proxy.js">
<script>
var proxy = new Proxy();

proxy.get("./index.html", function(error, responseText, xhr) {
    console.log(responseText);
});

</script>

WebWorkers

importScripts("lib/Proxy.js");

var proxy = new Proxy();

proxy.get("./index.html", function(error, responseText, xhr) {
    console.log(responseText);
});

/uupaa.proxy.js/

    Package Sidebar

    Install

    npm i uupaa.proxy.js

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • uupaa