Frontmatter
| id | 4650 |
| title | worker.App: createNeoInstance() remote method |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 6, 2023, 10:33 AM |
| updatedAt | Aug 6, 2023, 10:34 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4650 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 6, 2023, 10:34 AM |
exposed to main threads.
it would be nice, in case we can create new neo components directly from within main threads.
we want to pass config objects to the app worker. be aware though, that we can only pass configs which can get converted into JSON (meaning no modules / classes or instances).