- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 29 Oct 2018 02:32:24 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 October 2018 09:32:46 UTC
annevk requested changes on this pull request. > @@ -309,6 +309,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe readonly attribute USVString scriptURL; readonly attribute ServiceWorkerState state; void postMessage(any message, optional sequence<object> transfer = []); + void postMessage(any message, PostMessageOptions options); This should be marked optional, the previous line should have its second argument marked as non-optional (and non-defaulting). -- 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/1344#pullrequestreview-169209880
Received on Monday, 29 October 2018 09:32:46 UTC