Re: [w3c/ServiceWorker] Add an option to include frozen documents. (#1442)

dtapuska commented on this pull request.



> @@ -1241,6 +1257,13 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
         "all"
       };
     </pre>
+    <pre class="idl" id="client-state-enum">
+      enum ClientState {
+        "active",
+        "frozen",
+        "all"
+      };
+    </pre>

I can't get enums to inherit.. I don't see any that do that in [WPT](https://github.com/web-platform-tests/wpt/tree/master/interfaces) . Either way added a separate definition

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1442#discussion_r303051908

Received on Friday, 12 July 2019 16:13:02 UTC