0.0.1 • Published 11 years ago

plateau v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

HTML5 and ES5 shim.

TODO:

  • Replace reserved words, eg. "throw" with ... notation to prevent syntax errors in IE (FF, Chrome etc. all support this) eg. "object.throw();", "object.instanceof();" - Would fix https://github.com/chaijs/chai/issues/7
  • Hook eval() to filter JS
  • Remove execScript() in IE (non-standard)
  • Replace DOM with virtual DOM in IE
    • It may be possible to do all this without having to replace the DOM - hooking property/method accesses could be enough