Detect when an element is ready in the DOM

1 Open Issue Need Help Last updated: Sep 8, 2025

Open Issues Need Help

View All on GitHub
Simple `element-ready` about 2 months ago

AI Summary: This GitHub issue proposes simplifying the `element-ready` package by removing its built-in timeout, caching, and `stop` functionality. The suggestion is to leverage standard `AbortSignal` for timeout and stopping mechanisms, and to document external caching solutions. The goal is to streamline the package's codebase, potentially leading to the creation of a separate "watch elements" package for more complex use cases.

Complexity: 4/5
enhancement help wanted

Detect when an element is ready in the DOM

JavaScript