ev.dataTransfer.files[0].arrayBuffer().then(buffer => console.log(buffer) then i get the Uint8Array of this buffer to be able to create Blob, object url for running this media file but my question is
webm file i wanna know if there's a relation between the byteLength and the duration and also how can i draw the whole frames of the video from this buffer into canvasctx.drawImage it's require user interaction and not drawing anything even when i change the video currentTime