[jsinterop] implement mocking support for static JSInterop #49351
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
JSInterop with
@staticInterop
only supports dispatching code statically and doesn't support mocking logic by implementing a Dart interface. Instead, mocks need to be implemented at the JS layer.This bug tracks progress towards support for js mocks. This includes:
The text was updated successfully, but these errors were encountered: