Closed
Description
With https://code.google.com/p/dart/source/detail?r=16186 the spawnFunction received an extra argument: the unhandledExceptionCallback.
It is supposed to be called for unhandled exceptions.
Dart2js currently just ignores it.
With https://code.google.com/p/dart/source/detail?r=16186 the spawnFunction received an extra argument: the unhandledExceptionCallback.
It is supposed to be called for unhandled exceptions.
Dart2js currently just ignores it.