You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some interfaces established in dart:js_interop may be extended by a library via an interface, such as how the ES specs extend each other, and already built in interfaces that dart:js_interop may have.
Since Dart's JS Interop has support for external extensions to such types, we can convert these into extensions on types in dart:js_interop types during overload merging (#388)