DIR: /proc/1784574/task/1784574/cwd/node_modules/pusher-js/src/runtimes/web/http/ |
Current File : //proc/1784574/task/1784574/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; |