Add currentTime to audio ontimeupdate event#2
Conversation
|
Thanks for this! I'll try to take a look at this later today. As for the workflow, I'm honestly now quite sure. I've been flip-flopping back on forth on whether this should even be its own repo or not. If this does remain on its own, then ideally there'd be a test suite that would give you confidence that it'd work without having to do an integration test like that. I just haven't gotten around to creating that though. In the absence of such a test suite the workflow you suggested is probably the only option unfortunately. |
|
I think this might actually require something a little less straightforward since The solution would probably be a little similar to what I had to do for |
I want to display the
currentTimealongside an audio element (and I also just wanted to play around with IDOM).From the now defunct gitter:
The first commit is largely to get the ball rolling on this so I can add any changes / tests / docs.
One question so I can test this, what's your typical workflow for developing this IDOM javascript dependency?
Do you locally clone this and have another local
idomrepo and thennpm install ../../../../../idom-client-reactfrom withinidom/src/idom/client/app?