* DEV: Improve PresenceChannel state storage
Replaces some objects with Maps, and removes the redundant _presentChannels Set.
* DEV: Automatically leave PresenceChannels when in the background
If a tab has been in the background for 10s, or there has been no user activity for 60s, then the user will be removed from all PresenceChannels until activity resumes. Developers can opt-out of this by passing `{onlyWhileActive: false}` to the `enter` method.
|
||
|---|---|---|
| .. | ||
| current-user-test.js | ||
| document-title-test.js | ||
| presence-test.js | ||
| screen-track-test.js | ||
| store-test.js | ||