universal_html
universal_html copied to clipboard
Cross-platform 'dart:html'.
WASM support: Target dart2wasm failed: ProcessException: Process exited abnormally with exit code 64
## Repro: `flutter build web --wasm ` ## Error: ``` Target dart2wasm failed: ProcessException: Process exited abnormally with exit code 64: ../../.pub-cache/hosted/pub.dev/universal_html-2.2.4/lib/src/_sdk/js.dart:32:1: Error: JS interop library 'dart:js' can't be imported...
I am getting error `RethrownDartError: Bad state: Attempted to send cookies, but XMLHttpRequest does not support them.` Here is my code ``` final controller = WindowController(); await controller.openHttp( method: 'GET',...
at class universal_html-2.2.4/lib/src/html/dom/element_subclasses.dart in 2757 rows exist problem: final text = this.text; final parsed = css.parse(text as String); Error: The argument type 'String?' can't be assigned to the parameter type...