mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
implement related sw interface and register method
This commit is contained in:
parent
0594d58bc8
commit
15a2064c0d
33 changed files with 1285 additions and 217 deletions
|
@ -272,7 +272,7 @@ pub enum TimerSource {
|
|||
/// The event was requested from a window (ScriptThread).
|
||||
FromWindow(PipelineId),
|
||||
/// The event was requested from a worker (DedicatedGlobalWorkerScope).
|
||||
FromWorker
|
||||
FromWorker,
|
||||
}
|
||||
|
||||
/// The id to be used for a TimerEvent is defined by the corresponding TimerEventRequest.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue