mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibWeb: Begin implementing media resource seeking
This commit is contained in:
parent
f8f35fdaad
commit
5a98a5529f
8 changed files with 138 additions and 8 deletions
|
@ -368,6 +368,8 @@ class WorkerEnvironmentSettingsObject;
|
|||
class WorkerGlobalScope;
|
||||
class WorkerLocation;
|
||||
class WorkerNavigator;
|
||||
|
||||
enum class MediaSeekMode;
|
||||
}
|
||||
|
||||
namespace Web::HighResolutionTime {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue