mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibWeb: Move Timer from DOM directory & namespace to HTML
Timers are part of the HTML spec. :^) https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
This commit is contained in:
parent
1422bd45eb
commit
0706f0d487
6 changed files with 15 additions and 15 deletions
|
@ -119,7 +119,6 @@ class ShadowRoot;
|
|||
class StaticNodeList;
|
||||
class StaticRange;
|
||||
class Text;
|
||||
class Timer;
|
||||
enum class QuirksMode;
|
||||
struct EventListenerOptions;
|
||||
struct AddEventListenerOptions;
|
||||
|
@ -234,6 +233,7 @@ class WorkerDebugConsoleClient;
|
|||
class Storage;
|
||||
class SubmitEvent;
|
||||
class TextMetrics;
|
||||
class Timer;
|
||||
class Window;
|
||||
class WindowEnvironmentSettingsObject;
|
||||
class Worker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue