○
Mithril
Guide
API
Download
Github
API (v0.1.1)
Core
m
m.prop
m.withAttr
m.module
m.trust
m.render
m.redraw
Routing
m.route
m.route(rootElement, defaultRoute, routes)
m.route(path)
m.route(element)
m.route.mode
m.route.param
Data
m.request
m.deferred
m.sync
m.startComputation / m.endComputation
History
Roadmap
Change log
Change Log
v0.1.1
- maintenance
Breaking changes:
changed default value for
xhr.withCredentials
from
true
to
false
for
m.request
, since public APIs are more common than auth-walled ones
v0.1
- Initial release