Capture all frames of a video in Open CV JS

@berak hey I understand you are just into computer vision, but have you not encountered this scenario ? Ok can you clarify me one thing about the VideoCapture method in opencv js ? It is very unclear with the docs. The way we use opencv in python is fairly easier but in opencvjs version it’s very unclear. In the web version implementation, It does not simply capture all the frames if video is not seeked, but in opencv python it captures all frames while running a while loop over the videocapture instance. Why are both so different implementations? There are no sufficient docs on opencv js as well.