Skip to content

Migrate usage of dart:html to package:web to support WASM #801

Closed
@IchordeDionysos

Description

@IchordeDionysos

To support using this fundamental library in WASM it can't use dart:html which only works when compiled to JavaScript not WASM.

Enable working in a WASM environment usages of dart:html need to be migrated to package:web.

Usages of dart:html:
https://github.com/search?q=repo%3Adart-lang%2Fi18n+%22dart%3Ahtml%22+path%3A%2F%5Epkgs%5C%2Fintl%5C%2Flib%5C%2F%2F&type=code

Migration guide:
https://dart.dev/interop/js-interop/package-web

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions