Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 789 Bytes

TODO.md

File metadata and controls

19 lines (18 loc) · 789 Bytes

Meteor To-Do

  • Add JS Rewriting
  • Patch more client APIs
  • data: url handling
  • Module system
  • More efficient rewriting
  • Fix Iframes
  • Fix weird data problems
  • Add support for raw headers [Stub] - Implementation notes: Further testing is still needed for raw headers but it should be working
  • Fix nextJS sites
  • Fix links (leaving the proxy and duplicating the origin) [In Progress]
  • Add Media Element rewriting (video/audio elements etc) [Stub] - Implementation notes: Youtube's video player is currently not working. Only elements with <video> or <audio> work
  • Fix inline styles
  • Fix inline text functions
  • Docs pages
  • Run rewriters on another thread (maybe)
  • Websocket support
  • Bootstrapper (future)