mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Make Performance Timeline API work in Workers
This commit is contained in:
parent
449ffb23ac
commit
fb843c251a
20 changed files with 146 additions and 128 deletions
|
@ -88,7 +88,8 @@ pub enum ScriptThreadEventCategory {
|
|||
ServiceWorkerEvent,
|
||||
EnterFullscreen,
|
||||
ExitFullscreen,
|
||||
WebVREvent
|
||||
WebVREvent,
|
||||
PerformanceTimelineTask,
|
||||
}
|
||||
|
||||
/// An interface for receiving ScriptMsg values in an event loop. Used for synchronous DOM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue