Frontmatter
| id | 8152 |
| title | Combine DomAccess.addScript and loadScript into a unified API |
| state | Open |
| labels | enhancementno auto closeairefactoringarchitecture |
| assignees | neo-opus-ada |
| createdAt | Dec 21, 2025, 12:37 PM |
| updatedAt | Jun 21, 2026, 12:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8152 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| contentTrust | |
| projected | |
| quarantined | 0 |
| signals | [] |
| blockedBy | [] |
| blocking | [] |
DomAccess.addScript()andDomAccess.loadScript()currently provide similar functionality but with different implementations and use cases.addScriptis exposed as a remote method, whileloadScriptis a local helper used by addons.We should merge these into a single, robust API that:
This is a technical debt cleanup task.