mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement srcObject logic for Blob media providers
This commit is contained in:
parent
3c27dc993d
commit
d15640081c
4 changed files with 115 additions and 14 deletions
|
@ -5,7 +5,7 @@
|
|||
// https://html.spec.whatwg.org/multipage/#htmlmediaelement
|
||||
|
||||
enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
|
||||
typedef /* (MediaStream or MediaSource or */ Blob /* ) */ MediaProvider;
|
||||
typedef (MediaStream /*or MediaSource */ or Blob) MediaProvider;
|
||||
|
||||
[Abstract]
|
||||
interface HTMLMediaElement : HTMLElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue