Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 727 Bytes

TODO.md

File metadata and controls

15 lines (11 loc) · 727 Bytes

Bugs

Someday Maybe

  • Add mechanism so purely JavaScript defined objects can be added to Help, AutoComplete dynamically
  • Add a Workbook global object the wraps xlsx go routines with additional DOM like features
    • Look at Google's Sheets API for interesting things to add
  • setTimeout() and setInterval() are missing, see https://github.com/robertkrimen/natto for possible implementation
  • Add support for "require" command to load additional JavaScript modules like with NodeJS
  • Asynchronous http implementation following NodeJS http object
  • Asynchronous read/write for xlsx object
  • Add a map/reduce ability to xlsx objects
  • Review https://github.com/deoxxa/ottoext and see what might be relavant for ostdlib