2a669c571f
External APIs when using dart:js_interop should only allow primitives, JS types, and other static interop types. This was previously checked in a more restrictive mode called "strict mode" but is not checked everywhere where dart:js_interop APIs exist. Change-Id: Ic82a3ec0bf6062c25d7f8933e503820a21bc191f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316867 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>