153660fe7b
Due to #3019 we have to check whether a property exists on a DOM element not before runtime of the application. Previously, we did this check in JavaScript, making all property values go through dart js interop. However, this is slow for complex objects. This commit changes this behavior to first check whether the property exists before sending the property value to the DOM element via js interop. Closes #3149 |
||
---|---|---|
.. | ||
browser_adapter.dart | ||
browser_adapter.ts | ||
dom_adapter.ts | ||
generic_browser_adapter.ts | ||
html_adapter.dart | ||
parse5_adapter.dart | ||
parse5_adapter.ts |