- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Dec 2022 16:51:24 +0000
- To: public-css-archive@w3.org
The nice thing about `updateCallbackDone` is it's clear it's related to whatever you did in the callback. If you mutate the DOM, change a style, and then (for whatever reason) await something unrelated in the callback, a name like `domUpdated`, `viewUpdated`, `mutated` etc etc might suggest that the promise is related to a subset of things you did in the callback, but it isn't. -- GitHub Notification of comment by jakearchibald Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8144#issuecomment-1337721505 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 December 2022 16:51:28 UTC