You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
All document changes responses were an array called staleTabIds.
That are was used to flag stale tabs on frontend side.
In meantime we refactored and restructured a bit the response....
Expected behavior
We introduced "includedTabsInfo" which contains an array on "tab changes".
Each change might contain a property called "stale". If that property is set and it's true the tab shall considered stale.
See the screenshot below to picture the change....
The text was updated successfully, but these errors were encountered:
Current behavior
All document changes responses were an array called staleTabIds.
That are was used to flag stale tabs on frontend side.
In meantime we refactored and restructured a bit the response....
Expected behavior
We introduced "includedTabsInfo" which contains an array on "tab changes".
Each change might contain a property called "stale". If that property is set and it's true the tab shall considered stale.
See the screenshot below to picture the change....
The text was updated successfully, but these errors were encountered: