Frontmatter
| id | 5374 |
| title | main.addon.IntersectionObserver: allow observe calls prior to register |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 27, 2024, 6:50 PM |
| updatedAt | Mar 27, 2024, 7:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5374 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2024, 7:01 PM |
after updating my chrome version, the timing seems to have changed.
the addon should be more robust: if an observe request arrives before
register(), we need to cache the data and then resolve it once the observer instance is in place.