We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The currently used JS interop is restrictive and does not allow for passing structured data between the client and dwds.
Switch to the new package:web to allow for new features.
The text was updated successfully, but these errors were encountered:
It looks like most of the work for this is done (see #2306) but we need to investigate if there's going to be any breakages in google3.
Sorry, something went wrong.
We'll also want to follow up and migrate webdev as well (package:js_interop instead of package:js, dart:js, and dart:js_util and package:web instead of dart:html). See https://dart.dev/interop/js-interop#next-generation-js-interop.
package:js_interop
package:js
dart:js
dart:js_util
package:web
dart:html
derekxu16
Successfully merging a pull request may close this issue.
The currently used JS interop is restrictive and does not allow for passing structured data between the client and dwds.
Switch to the new package:web to allow for new features.
The text was updated successfully, but these errors were encountered: