Tags: thatcher/env-js
Tags
1.3 release candidate adds support for nodejs, python, and several ru… …by integrations. official repository is moving to github.com/envjs. we are looking for various project maintence role volunteers to help make envjs the best project it can be. thanks for your patience during this transition
Envjs.uri should always be called with two arguments, the second bein… …g the node.ownerDocument.location where the node is the context of the current operation. Frames where failing to do this and so ended up resolving against the top document. Also added code to verify that scripts appended to head are evaluated even during parsing. Thanks to Ventura and Hunt for finding these bugs.
added some convenient user agents to Envjs.userAgents so you can easi… …ly override navigator.userAgent. Corrected bug related to redirects where document.location became out of sync with document.baseURI. found bug where redirects might end up parsing a document twice.
added focus and blur to window, (thanks to ventura for noting this wh… …ile loading dojo). added named input elements to named forms so document.myform.myinput will work. still need to extend functionality to other form elements. discovered issue with timer implementation which implies we need to integrate timer with console.
PreviousNext