zombie v0.9.0 Release Notes

Release Date: 2011-02-17 // about 13 years ago
  • ๐Ÿ†• New isolated contexts for executing JavaScript. This solves a long standing problems with pages that have more than one script. Briefly speaking, each window gets it's own context/global scope that is shared by all scripts loaded for that page, but isolated from all other ๐Ÿ windows.

    ๐Ÿ›  Fixes error handling on timeout/XHR scripts, these now generate an onerror event.

    ๐Ÿ’ป Eventloop is now associated with window instead of browser.

    ๐Ÿ›  Fixes URL resolution in XHR requests with no port.

    293 Tests
    3.3 sec to complete