[web] Cleanup: HostNodes #116204
Labels
c: tech-debt
Technical debt, code quality, testing, etc.
engine
flutter/engine repository. See also e: labels.
P3
Issues that are less important to the Flutter project
platform-web
Web applications specifically
Flutter has a rendering mode where it puts all its contents in a regular DOM element when the ShadowDOM API is not supported.
This was implemented for Stadia, but now that it's sadly not needed, it can maybe be cleaned up.
Proposal
Completely delete
lib/web_ui/lib/src/engine/host_node.dart
, then fix whatever fails where that type is used. Substitute this by a standardDomShadowRoot
type (fromdom.dart
).The text was updated successfully, but these errors were encountered: