mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb: Partially implement MediaSource.isTypeSupported()
This commit is contained in:
parent
0adf261c32
commit
24069d55bf
Notes:
github-actions[bot]
2024-11-26 22:51:58 +00:00
Author: https://github.com/gmta
Commit: 24069d55bf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2588
Reviewed-by: https://github.com/shannonbooth
5 changed files with 200 additions and 1 deletions
|
@ -38,5 +38,5 @@ interface MediaSource : EventTarget {
|
|||
[FIXME] undefined endOfStream(optional EndOfStreamError error);
|
||||
[FIXME] undefined setLiveSeekableRange(double start, double end);
|
||||
[FIXME] undefined clearLiveSeekableRange();
|
||||
[FIXME] static boolean isTypeSupported(DOMString type);
|
||||
static boolean isTypeSupported(DOMString type);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue