Frontmatter
| id | 9821 |
| title | Enhancement: Neural Link VDOM Sync Primitives |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | [] |
| createdAt | Apr 9, 2026, 1:33 PM |
| updatedAt | Jun 21, 2026, 9:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9821 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| contentTrust | |
| projected | |
| quarantined | 0 |
| signals | [] |
| blockedBy | [] |
| blocking | [x] 8851 Exploration: Neural Link Driven Playwright Tests (Deep E2E) |
| closedAt | Jun 21, 2026, 9:45 PM |
Background
Currently, the AppWorker bridge tools (like
callMethodandsetInstanceProperties) resolve to{success: true}instantly upon finishing the Javascript action. Our Main Thread E2E tests are forced to blindly auto-retry CSS assertions because we have no topological sync mapping of whenme.update()actually evaluates its VDOM delta in the Main Thread.Objective
neural-linkcommunication bridge. Provide developers with a mechanism toawaitthe physical resolution of a VDOM update delta after injecting a property mutation, eliminating test race-conditions entirely.