rename domElement to htmlElement for more accuracy

This commit is contained in:
Bjorn Stromberg 2023-08-10 10:53:46 +08:00
parent 85c89925b6
commit 61fe29e3f7
3 changed files with 32 additions and 26 deletions

View file

@ -476,7 +476,7 @@ Check if `value` (number) is in the range of `0` to `upperBound`.
is.inRange(3, 10);
```
##### .domElement(value)
##### .htmlElement(value)
Returns `true` if `value` is an [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement).