-
Notifications
You must be signed in to change notification settings - Fork 27
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
HTMLMetaElement throw TypeError: Illegal constructor #183
Comments
This is actually a duplicate of #53 and not the other issue - the way to instantiate |
@srujzs I wonder why web team decided to use createElement for all tags? |
@amrgetment – the decision is to just ship what the standard IDL gives us (for now). We have a BUNCH of extra stuff in |
@kevmoo Great in the future we will use Flutter as HTML 😂 😂😂😂 |
FYI - this is addressed in #185 and should be in the next version release. |
In Flutter 3.19 I tried web 0.4.2 and I got the following error
TypeError: Illegal constructor
when I used HTMLMetaElement
similar issues:
#124
flutter/flutter#139125
The text was updated successfully, but these errors were encountered: