16:58 | <akaster> | In the Service Worker spec, it talks about "service worker clients" as being "an environment". https://w3c.github.io/ServiceWorker/#service-worker-client-concept Is the right mental model for this concept that the service worker spec is applying a mixin or extension to the HTML specification's definition of environment? or is there any utility in representing the service worker client as a distinct object in an implementation? |