Alex Lambiris
Alex Lambiris
The handler's signature and semantics are documented as part of [`addRoute`](https://github.com/biril/backbone-faux-server#addroute-name-urlexp-httpmethod-handler). Let me know if you need help with something more specific.
Unfortunately, async handlers are not supported. If you can't load the test data up front (so that you synchronously return them when the handler is invoked) I would suggest that...
Hey, thanks for the input. I will have to look further into what you're proposing / want to do later on, but until then a couple clarifications: > "Make it...
You're right, the primary goal here is uniform behaviour - no code changes should be necessary when switching between faux / actual server. I'm writing some extra tests to clarify...
Hi @lukesargeant , glad it's working out for you. This behaviour of later routes overriding earlier ones is by design and meant to mimic `Backbone.Router`'s behaviour where, according to the...