HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/cwd/node_modules/pusher-js/src/runtimes/web/http/
Upload File :
Current File : //proc/self/cwd/node_modules/pusher-js/src/runtimes/web/http/http.ts
import xdrHooks from './http_xdomain_request';
import HTTP from 'isomorphic/http/http';

HTTP.createXDR = function(method, url) {
  return this.createRequest(xdrHooks, method, url);
};

export default HTTP;