DIR: /var/www/negocios.lapieza.do/node_modules/pusher-js/src/runtimes/web/http/ |
Current File : /var/www/negocios.lapieza.do/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; |