[ServiceWorker] ServiceWorkerContainer.controller is prose says to return undefined, but the IDL doesn't allow that (#769)

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