Fix dart:js for cross-frame Arrays #35421
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
customer-google3
library-js
P3
A lower priority bug or feature request
web-js-interop
Issues that impact all js interop
the check
o instanceof Array
here:https://github.com/dart-lang/sdk/blob/master/sdk/lib/js/dart2js/js_dart2js.dart#L153
does not work when the array came from a different iframe.
@rakudrama suggests we should use Array.isArray instead.
The text was updated successfully, but these errors were encountered: