Skip to content

Commit 250067b

Browse files
author
Steven Orvell
committed
Add comment.
1 parent 8e8692f commit 250067b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/mixins/property-effects.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,10 @@
14411441
}
14421442
}
14431443

1444+
// NOTE: We ensure clients either enable or flush as appropriate. This
1445+
// handles two corner cases: (1) clients that are connected/enabled before
1446+
// the host enables flush properly, (2) clients that are not
1447+
// connected/enabled when the host flushes are properly enabled.
14441448
__enableOrFlushClients() {
14451449
let clients = this.__dataPendingClients;
14461450
if (clients) {

0 commit comments

Comments
 (0)