UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

9 lines (6 loc) 208 B
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;