Remove foreign service-workers mode

This commit is contained in:
CYBAI 2018-12-23 01:48:45 +08:00
parent 9cb8844e4b
commit 3082b577a5
3 changed files with 5 additions and 16 deletions

View file

@ -102,7 +102,6 @@ pub enum CacheMode {
#[derive(Clone, Copy, Debug, Deserialize, MallocSizeOf, PartialEq, Serialize)]
pub enum ServiceWorkersMode {
All,
Foreign,
None,
}