Frontmatter
| id | 3847 |
| title | Outdated documentation |
| state | Closed |
| labels | bug |
| assignees | [] |
| createdAt | Jan 12, 2023, 10:45 AM |
| updatedAt | Jan 14, 2023, 10:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3847 |
| author | deniztoprak |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 14, 2023, 10:57 PM |
Outdated documentation
tobiu closed this issue on Jan 14, 2023, 10:57 PM
Describe the bug On the concept page there is a statement that Safari doesn't support the JS modules inside web workers:
Safari supports import declaration in workers since version 15:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#browser_compatibility
This part should be updated to include only Firefox.