kotlin-stdlib / kotlin.collections / MutableList / asJsArrayView asJsArrayView JS 2.0 open fun asJsArrayView(): <ERROR CLASS><E>(source) Returns a view with the JsArray methods to consume it in JavaScript as a regular array. Structural changes in the base list are synchronized with the view, and vice verse.