"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7305/react/features/base/net-info/actionTypes.ts" (26 May 2023, 384 Bytes) of package /linux/misc/jitsi-meet-7305.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 /**
    2  * The action dispatched when the {@link NetworkInfo} structure is being updated.
    3  *
    4  * @type {string}
    5  */
    6 export const SET_NETWORK_INFO = 'SET_NETWORK_INFO';
    7 
    8 /**
    9  * The action dispatched by 'base/net-info' middleware in order to store the cleanup function for later use.
   10  * @type {string}
   11  * @private
   12  */
   13 export const _STORE_NETWORK_INFO_CLEANUP = 'STORE_NETWORK_INFO_CLEANUP';