Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 588 Bytes

TODO.md

File metadata and controls

15 lines (10 loc) · 588 Bytes

zombie.js-todo(7) -- Wishlist

  • Navigation: Browser.open/close should work as a pair; look into supporting window.open; fire unload event when navigating away from page.

  • Send unload event when navigating away from page.

  • Time and timezone: within window context, new Date() should use browser clock and timezone; allow changing browser timezone and default to system's.

  • Prompts: handle window.confirm and window.alert.

  • CSS support: DOM API support for stylesheets and the style attribute; optionally loading so we don't impact performance.