A possible API could be a callback function from ready():
- can.route.ready(function(error)
- {
- console.log(error);
- });
However, that doesn't look as nice as something in a can.Component's events:{}