mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement partial spec-recommended preload=none support.
This commit is contained in:
parent
ef10393ba6
commit
f78d88acbe
5 changed files with 20 additions and 247 deletions
|
@ -19,7 +19,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
const unsigned short NETWORK_LOADING = 2;
|
||||
const unsigned short NETWORK_NO_SOURCE = 3;
|
||||
readonly attribute unsigned short networkState;
|
||||
// attribute DOMString preload;
|
||||
attribute DOMString preload;
|
||||
//readonly attribute TimeRanges buffered;
|
||||
void load();
|
||||
CanPlayTypeResult canPlayType(DOMString type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue