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';