Not documented.
factory JsArray.from(Iterable<E> other) => _newJsArrayFromSafeList(new List.from(other));