Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Querystrings

Casey Webb edited this page Dec 2, 2016 · 1 revision
ko.router.use(function * (ctx) {
  ctx.query = new Query({}, ctx.router.depth)
  yield
  yield
  ctx.query.dispose()
})