We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db182c commit a6c2ed0Copy full SHA for a6c2ed0
src/observers.ts
@@ -47,8 +47,7 @@ export function initObservers() {
47
* Interface function for adding listeners to the {@linkcode globservers}
48
* @param selector Relative to the observer's root element, so the selector can only start at of the root element's children at the earliest!
49
* @param options Options for the listener
50
- * @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used.
51
- * @template TDomain This restricts which observers are available with the current domain
+ * @template TElem The type of the element that the listener will be attached to. If set to `0`, the type HTMLElement will be used
52
*/
53
export function addSelectorListener<
54
TElem extends HTMLElement | 0,
0 commit comments