UNPKG

pusher-js

Version:

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

13 lines (9 loc) 376 B
import Pusher from '../../../src/core/pusher'; import {ScriptReceiverFactory} from '../../../src/runtimes/web/dom/script_receiver_factory'; export default class PusherIntegration extends Pusher { static Integration : any = { ScriptReceivers: new ScriptReceiverFactory( "_pusher_integration_script_receivers", "Pusher.Integration.ScriptReceivers" )} }