GoogleChromeLabs / GoogleChromeLabs/quicklink
Allow adding elements directly to the Intersection Observer
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 429
- PR merge metrics
- No merged PRs in 30d
Description
Per the discussion here: https://github.com/GoogleChromeLabs/quicklink/issues/43.
For dynamic content, depending on the page structure the query `options.el.querySelector('a')`, could return links that were already observed/prefetched and now unobserved (thanks to https://github.com/GoogleChromeLabs/quicklink/pull/51).
I provided a couple of options here: https://github.com/GoogleChromeLabs/quicklink/issues/43#issuecomment-447595607
Contributor guide
Assessment
This issue has not been assessed yet.