Open
Bug 1810807
Opened 3 years ago
Updated 3 years ago
Avoid broadcasting session data updates which don't change session data at all
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
Details
(Whiteboard: [webdriver:backlog])
If the same session data update adds and then removes the same session data item, the session data will be strictly identical before and after the update.
This should not create an actual update, because nothing needs to happen in the modules.
The is very much an edge case though, and should rarely happen.
| Reporter | ||
Updated•3 years ago
|
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:backlog]
You need to log in
before you can comment on or make changes to this bug.
Description
•