Frontmatter
| id | 5206 |
| title | Enable extending main thread addons |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 8, 2024, 3:24 PM |
| updatedAt | Feb 10, 2024, 4:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5206 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 10, 2024, 4:06 PM |
Historically, main threads addons were defined as singletons, since it was impossible to change them.
Afterwards, workspaces got the feature to define their own custom addons.
At this point it makes sense if custom addons can extend framework addons, in case devs want to change / override specific logic on their own.