[dart:js_interop] Add an option to ignore rest arguments when passing Dart functions to methods like Array.map. #55245
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
web-js-interop
Issues that impact all js interop
For example (
Array.map
):Throws with
Dynamic call with too many positional arguments. Expected: 1 Actual:... (NativeError)
.The text was updated successfully, but these errors were encountered: