Env-js. A JavaScript browser environment you can run anywhere.

groups.google.com/group/envjs

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

October 2008
  • Fixed typo.
  • Missed figuring out the encoding in the Ajax request.
  • Added GZip XHR support along with faster string decoding (thanks Chris!)
  • Lazy load the responseXML DOM from an Ajax request. (Thanks for the i…
  • Fixed a typo (Regexp -> RegExp). Thanks Chris.
August 2008
  • Added support for defaultValue.
  • Updated Rhino to 1.7R2pre which fixed eval.call( window, "..." );
June 2008
  • Fixed a couple bugs and upgraded Rhino to 1.7r2pre.
  • Tweaked the HTMLParser to work on the test page.
  • Removed extraneous print statement.
  • Updated to run the jQuery test runner. The runner goes to completion …
  • Moved source to src/
  • Landing a basic version of the jQuery test suite (runs, but doesn't p…
  • Adding a pure-JavaScript HTML parser.
  • Tweaked copyright date.
  • Bringing the env.js code over from the jQuery repository.