-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[JS interop] "window." doesn't work in Dartium #24817
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
Comments
Note. |
@jacob314 any news on this? |
Clearing out 1.15 milestone as the last full push to dev has happened. If any changes are required before 1.15 is shipped, please file a merge request |
Fixed a while ago. Regression test checked in here: |
I am using the new JS Interop. I tried to access the
foo
property of thewindow
object with the following code:When I
pub serve
my dart application and access it in dartium, I am getting the following error:When I remove the
window.
from the annotation, everything works as expected. However, I would still expect it to work with thewindow.
as well since that is where this property lives.The text was updated successfully, but these errors were encountered: