Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
cjs
/
childNodes.d.ts
blob: 467a41ab60c03a5faf838cd19193545999195f36 [
file
] [
log
] [
blame
] [
edit
]
/**
* Collects all child nodes of an element.
*
* @param node the node
*/
export
default
function
childNodes
(
node
:
Element
|
null
):
Node
[];