Frontmatter
| id | 5505 |
| title | main.addon.ResizeObserver: register() => in case a node is not found, try again after a delay for a defined number of times |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 1, 2024, 11:08 AM |
| updatedAt | Jul 1, 2024, 11:08 AM |
| githubUrl | https://github.com/neomjs/neo/issues/5505 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 1, 2024, 11:08 AM |
e.g. 3 times with a 100ms delay.
rationale: in this call arrives too early (shortly before a node gets mounted), the observer would never get the item to observe.