mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add media cache and implement HTMLMediaElement.buffering
This commit is contained in:
parent
c558db9737
commit
f5581a78ab
5 changed files with 83 additions and 71 deletions
|
@ -23,7 +23,7 @@ interface HTMLMediaElement : HTMLElement {
|
|||
const unsigned short NETWORK_NO_SOURCE = 3;
|
||||
readonly attribute unsigned short networkState;
|
||||
[CEReactions] attribute DOMString preload;
|
||||
// readonly attribute TimeRanges buffered;
|
||||
readonly attribute TimeRanges buffered;
|
||||
void load();
|
||||
CanPlayTypeResult canPlayType(DOMString type);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue