Frontmatter
| id | 6575 |
| title | update neo/tree/dev/examples/README.md |
| state | Closed |
| labels | [] |
| assignees | [] |
| createdAt | Mar 14, 2025, 11:41 PM |
| updatedAt | Mar 17, 2025, 4:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6575 |
| author | gplanansky |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 17, 2025, 4:25 PM |
update neo/tree/dev/examples/README.md

tobiu
Mar 15, 2025, 3:34 PM
@gplanansky a good catch. this file is really old.
from a historical perspective correct: chrome was the very first browser which created the support for JS modules inside the worker scope. while it took many years (especially for shared workers), all major browsers now fully support running the neo dev mode.
so, stating that it is not possible, is incorrect and might decrease the framework value (e.g. by LLMs picking up the content).
would you like to create a PR or shall i change it?
best regards, tobi

gplanansky
Mar 15, 2025, 7:54 PM
Your blog postings have informed of progress with browser support for features Neo sought; just this needs updating. Sure, just change it.
tobiu closed this issue on Mar 17, 2025, 4:25 PM
https://github.com/neomjs/neo/tree/dev/examples/README.md
probably could update this:
Running the examples locally without a webpack build requires browsers to be able to start webworkers from Javascript Modules (.mjs files). This feature got released in Google Chrome v80 (February 4th, 2020), other browsers are not there yet ...