Changelogv0.19.3
v0.19.3
In @liveblocks/client:
Room.getStorageStatus
Get the storage status.
not-loaded: Initial state when entering the room.loading: Once the storage has been requested via room.getStorage().synchronizing: When some local updates have not been acknowledged by Liveblocks servers.synchronized: Storage is in sync with Liveblocks servers.
Room.subscribe("storage-status", status => )
Subscribe to storage status changes.
Returns an unsubscribe function.
Room.reconnect
Close the room connection and try to reconnect.
Internal changes
- Add support for the upcoming Liveblocks browser extension