ImageData and FileReader should not be in dart:html #24011
Labels
closed-obsolete
Closed as the reported issue is no longer relevant
web-libraries
Issues impacting dart:html, etc., libraries
Both ImageData and FileReader are inside the dart:html library, but in JavaScript we can use these classes in a WebWorker so they should be in a library that can be imported by a WebWorker in dart.
The text was updated successfully, but these errors were encountered: