Frontmatter
| id | 8130 |
| title | Manager.mjs: Final Polish of handleDomUpdate |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Dec 16, 2025, 8:30 PM |
| updatedAt | Dec 16, 2025, 9:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8130 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 16, 2025, 9:01 PM |
Based on the successful PoC, we are polishing
handleDomUpdateinsrc/worker/Manager.mjs.Tasks:
handleDomUpdateno longer needs to return a boolean. It should directly fire theupdateVdomevent internally if the update is queued.data.datainto a local variable (e.g.,payload) insideonWorkerMessageto reduce property access redundancy and improve readability.handleDomUpdateinonWorkerMessagesince the conditional check is no longer needed.