mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
make structured clone an enum
This commit is contained in:
parent
9dcb7348a2
commit
314dedb96f
6 changed files with 51 additions and 56 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue