- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 26 Oct 2015 12:36:44 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Monday, 26 October 2015 19:37:11 UTC
The IDL says:
    readonly attribute ServiceWorker? controller;
and undefined is not a valid `ServiceWorker?` value.
What you would probably want is for the property to not exist in a secure context at all, right?
---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/769
Received on Monday, 26 October 2015 19:37:11 UTC