Fix dart:js for cross-frame Arrays #35421
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers 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: