You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The same editor's draft defines canvas extensions, but those extensions are widely supported and
2
+
// already defined in the standard DOM type definitions.
3
+
4
+
// Versioning:
5
+
// Until the specification is finalized, the major version number is 0. Although not necessary for
6
+
// version 0, consider incrementing the minor version number for breaking changes.
7
+
8
+
interfaceHTMLMediaElement{
9
+
/**
10
+
* The **`captureStream()`** method of the {@linkcode HTMLMediaElement} interface returns a {@linkcode MediaStream} object representing the media being rendered in real time to the media element.
0 commit comments