We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Got Uncaught Error: Attempting to box non-Dart object.:
Uncaught Error: Attempting to box non-Dart object.
import 'dart:js_interop'; void main() { print([1].toJSBox); // here }
WASM prints [object Object].
[object Object]
Dart 3.3.0 on "windows_x64".
Status