Dart 1.20.1
Firefox 49 runs on Ubuntu
I have a Dart web application. When I run the generated JS in Firefox, I get this error:
H.createRuntimeType is not a function
Corresponding line:
C.Type_KeyboardEvent_EaM = H.createRuntimeType("KeyboardEvent");
Is this something I am doing or a mistake in dart2js?
source
share