Already implemented in Chrome. This issue tracks the need to file a PR on HTML to get VideoFrame added here.
This makes it possible to use canvas drawImage(videoFrame) as well as window.createImageBitmap(videoFrame) (meaning we can remove videoFrame.createImageBitmap().
This is simpler to use and more efficient vs previous proposal of always first creating an ImageBitmap.
Related issues: #88 and #145