-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
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
[2.19] Document future-proof JS-interop #4450
Comments
Thanks for mapping all this out @parlough ! I'm taking these comments from the sdk issue as kind of the summary of the work that needs to be done here:
I'm imagining adding a "Future proof" section to the JavaScript Interoperability page, something like:
Questions: (@parlough, @srujzs, maybe @kevmoo, whoever)
|
I think a future-proof section could be fairly minimal for now, as it's really intended for the subset of people who are really interested in integrating with dart2wasm before inline classes/Dart 3 comes around.
|
Staged: https://dart-dev--pr4528-future-js-interop-zfqketfc.web.app/web/js-interop Fixes #4450 --------- Co-authored-by: Parker Lougheed <parlough@gmail.com>
What information is missing?
JS interop is currently evolving, partially to prepare for
dart2wasm
. It looks like there is a subset and suggested set of functionality to prepare for the future state of JS-interop and support all three web compilers.While we don't really have any JS-interop docs, we should consider documenting what is "future-proof" to best prepare for the future.
Context: dart-lang/sdk#50721 has some more context and a list of things that currently work.
Related: #4331
The text was updated successfully, but these errors were encountered: