diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-02 06:18:59 -0500 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-02 06:18:59 -0500 |
commit | cc017fc0b8619726f0c82649f41fdcf5595b19e4 (patch) | |
tree | e77fdc04eef71792a28898da24eb564f48432fe5 /components/script/script_runtime.rs | |
parent | 196adaff07201deb273077213fa63c460cc11629 (diff) | |
parent | 15a2064c0d7b468724b43d1cb6157d506ad19093 (diff) | |
download | servo-cc017fc0b8619726f0c82649f41fdcf5595b19e4.tar.gz servo-cc017fc0b8619726f0c82649f41fdcf5595b19e4.zip |
Auto merge of #11114 - creativcoder:nav-sw, r=jdm
implement related service worker interface and register method
Fixes #11091
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11114)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/script_runtime.rs')
-rw-r--r-- | components/script/script_runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_runtime.rs b/components/script/script_runtime.rs index 061b80502b8..25fdcb579cb 100644 --- a/components/script/script_runtime.rs +++ b/components/script/script_runtime.rs @@ -69,6 +69,7 @@ pub enum ScriptThreadEventCategory { UpdateReplacedElement, WebSocketEvent, WorkerEvent, + ServiceWorkerEvent } /// An interface for receiving ScriptMsg values in an event loop. Used for synchronous DOM |