mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
make structured clone an enum
This commit is contained in:
@@ -180,7 +180,7 @@ pub enum ServiceWorkerMsg {
|
||||
RegisterServiceWorker(ScopeThings, Url),
|
||||
/// Timeout message sent by active service workers
|
||||
Timeout(Url),
|
||||
/// Backup message
|
||||
/// Message sent by constellation to forward to a running service worker
|
||||
ForwardDOMMessage(DOMMessage, Url),
|
||||
/// Exit the service worker manager
|
||||
Exit,
|
||||
|
||||
Reference in New Issue
Block a user