Skip to content

v0.1.1

Compare
Choose a tag to compare
@tungs tungs released this 13 Jun 19:25
· 195 commits to main since this release

Version 0.1.1

Version 0.1.1 slightly changes the way that video is handled

  • fixes an issue where nonattached video elements were not processed by timeweb, because custom createElement and createElementNS functions were assigned to window instead of document.
  • play events are no longer immediately dispatched by timeweb, and are dispatched after a virtual setTimeout. This is useful for attaching event listeners to autoplayed videos defined in HTML. See #1.