- From: Dave Tapuska <notifications@github.com>
- Date: Fri, 12 Jul 2019 09:12:40 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 July 2019 16:13:02 UTC
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