Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 462 Bytes

TODO.md

File metadata and controls

12 lines (8 loc) · 462 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.