Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 1.73 KB

TODO.md

File metadata and controls

55 lines (27 loc) · 1.73 KB

core

router

  • add setParam function

  • support custom query parser/builder

  • handle query params in hashmode (??)

  • fix bug with parameters update when there is no base (path gets removed)

delegate

  • add capturing support

  • handle errors in handlers + tests

  • rename 'listeners' property of observed elements to something more uniq (e.g. __modulor_delegate_listeners)

  • handle .off('event') error when there are no listeners of this event

  • fix stopPropagation() (addEventListener catches stopped events anyway)

common

  • refactor tests