v0.1.1
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 customcreateElement
andcreateElementNS
functions were assigned towindow
instead ofdocument
. play
events are no longer immediately dispatched bytimeweb
, and are dispatched after a virtualsetTimeout
. This is useful for attaching event listeners to autoplayed videos defined in HTML. See #1.