PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/laravel-echo/src/channel/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/laravel-echo/src/channel/null-channel.ts

import { EventFormatter } from './../util';
import { Channel } from './channel';

/**
 * This class represents a null channel.
 */
export class NullChannel extends Channel {
    /**
     * Subscribe to a channel.
     */
    subscribe(): any {
        //
    }

    /**
     * Unsubscribe from a channel.
     */
    unsubscribe(): void {
        //
    }

    /**
     * Listen for an event on the channel instance.
     */
    listen(event: string, callback: Function): NullChannel {
        return this;
    }

    /**
     * Stop listening for an event on the channel instance.
     */
    stopListening(event: string): NullChannel {
        return this;
    }

    /**
     * Bind a channel to an event.
     */
    on(event: string, callback: Function): NullChannel {
        return this;
    }
}


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

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

← Back to Home