Preparing search index...
The search index is not available
LISN.js
LISN.js
Utils
wrapChildren
Function wrapChildren
Like
wrapChildrenNow
except it will
waitForMutateTime
.
wrapChildren
(
element
:
Element
,
options
?:
{
ignoreMove
?:
boolean
;
wrapper
?:
HTMLElement
|
(keyof HTMLElementTagNameMap)
;
}
,
)
:
Promise
<
HTMLElement
>
Parameters
element
:
Element
Optional
options
:
{
ignoreMove
?:
boolean
;
wrapper
?:
HTMLElement
|
(keyof HTMLElementTagNameMap)
}
Returns
Promise
<
HTMLElement
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
LISN.js
Loading...
Like wrapChildrenNow except it will waitForMutateTime.