Function script::dom::bindings::conversions::is_array_like
source ยท pub unsafe fn is_array_like(cx: *mut JSContext, value: HandleValue<'_>) -> bool
Expand description
Returns whether value
is an array-like object (Array, FileList,
HTMLCollection, HTMLFormControlsCollection, HTMLOptionsCollection,
NodeList).