VNDB fork of mithril.js
Find a file
Pepe Bawagan 16d4eb77c8 always use XMLHttpRequest
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
2014-06-01 21:44:10 +08:00
archive clarify controller in guide 2014-05-29 22:20:46 -04:00
deploy add template file for cdnjs deploy 2014-04-09 09:11:02 -04:00
docs Correcting a code example. 2014-05-30 13:36:19 -04:00
tests Merge pull request #105 from pistolero/e2e_tests 2014-05-29 22:10:35 -04:00
.gitignore initial release 2014-03-16 22:07:53 -04:00
.travis.yml Updated Travis CI config to run e2e tests 2014-05-28 23:46:09 +03:00
background.html add social media section to home page 2014-05-15 17:13:16 -04:00
Gruntfile.js Added end to end test suite and test for issue #99 2014-05-28 22:23:18 +03:00
LICENSE Initial commit 2014-03-16 18:59:39 -07:00
mithril.d.ts document new argument in m.route(path) 2014-05-25 23:52:46 -04:00
mithril.js always use XMLHttpRequest 2014-06-01 21:44:10 +08:00
package.json Added end to end test suite and test for issue #99 2014-05-28 22:23:18 +03:00
README.md add links to blog and mailing list to readme 2014-05-07 23:01:08 -04:00

Build Status

Mithril

A Javascript Framework for Building Brilliant Applications

See the website for documentation

There's also a blog and a mailing list