Implement general mechanism for wrapping and/or unwrapping select types in html_frog.dart #4062
Labels
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-enhancement
A request for a change that isn't a bug
web-libraries
Issues impacting dart:html, etc., libraries
Milestone
Some types (ImageData, IDBKey, ...) need some kind of processing either on the way into the DOM or on the way out.
This should be table-driven and inform the dispatch - some operations take IDBKey_or_IDBKeyRange. IDBKey might need to be translated from general List<T> to a list implemented by a JavaScript Array, but IDBKeyRange does not need translation.
Several bugs will be marked as blocked on this bug since the general mechanism is the simplest way to fix the bugs.
The text was updated successfully, but these errors were encountered: