pub(crate) fn is_array_like<D>(
cx: &mut JSContext,
value: Handle<'_, Value>,
) -> boolwhere
D: DomTypes,Expand description
Returns whether value is an array-like object (Array, FileList,
HTMLCollection, HTMLFormControlsCollection, HTMLOptionsCollection,
NodeList, DOMTokenList).