PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/pusher-js/src/runtimes/web/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/pusher-js/src/runtimes/web/browser.ts

import AbstractRuntime from 'runtimes/interface';
import { ScriptReceiverFactory } from './dom/script_receiver_factory';
import ScriptRequest from './dom/script_request';
import JSONPRequest from './dom/jsonp_request';
import Ajax from 'core/http/ajax';

interface Browser extends AbstractRuntime {
  // for jsonp auth
  nextAuthCallbackID: number;
  auth_callbacks: any;
  ScriptReceivers: ScriptReceiverFactory;
  DependenciesReceivers: ScriptReceiverFactory;
  onDocumentBody(callback: Function);
  getDocument(): any;

  createJSONPRequest(url: string, data: any): JSONPRequest;
  createScriptRequest(src: string): ScriptRequest;

  isXDRSupported(useTLS?: boolean): boolean;
  createXMLHttpRequest(): Ajax;
  createMicrosoftXHR(): Ajax;
}

export default Browser;


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home