VNDB fork of mithril.js
current behavior will use XDomainRequest whenever it is available even though the request is not necessarily CORS. this creates a problem when on certain browsers (e.g. ie10) because: - Access-Control-Allow-Origin header is expected despite the request not being CORS - XDR does not have an onreadystatechange function (http://msdn.microsoft.com/en-us/library/ie/cc288060(v=vs.85).aspx) and use of its proper callback functions appear to have not yet been implemented |
||
|---|---|---|
| archive | ||
| deploy | ||
| docs | ||
| tests | ||
| .gitignore | ||
| .travis.yml | ||
| background.html | ||
| Gruntfile.js | ||
| LICENSE | ||
| mithril.d.ts | ||
| mithril.js | ||
| package.json | ||
| README.md | ||
Mithril
A Javascript Framework for Building Brilliant Applications
See the website for documentation
There's also a blog and a mailing list