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
Dart 3.5.4 does not expose _JavaScriptError when compile to wasm, so errors generated by the browser cannot be properly handled.
Instead we'll throw UnknownError as a temporary workaround to handle _JavaScriptError within package:wepcrypto.
Dart 3.5.4 does not expose
_JavaScriptError
when compile to wasm, so errors generated by the browser cannot be properly handled.Instead we'll throw
UnknownError
as a temporary workaround to handle_JavaScriptError
withinpackage:wepcrypto
.See also: dart-lang/sdk#55496
The text was updated successfully, but these errors were encountered: