UNPKG

bbpro

Version:

BrowserBox - remote browser isolation tool

10 lines (7 loc) 249 B
export function handleMultiplayerMessage({multiplayer}, state) { const {onlineCount} = multiplayer; if ( onlineCount && onlineCount !== state.onlineCount ) { state.onlineCount = multiplayer.onlineCount; setState('bbpro', state); } }