UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/56.0.2924.76 Chrome/56.0.2924.76 Safari/537.36
Steps to reproduce the problem:
1. Within a Service Worker, retrieve a reference to a valid Client instance (e.g. via `clients.matchAll`)
2. Reference the `type` attribute of this Client instance
What is the expected behavior?
The attribute value should be one of the following four strings: "window", "worker", "sharedworker", or "all".
What went wrong?
The attribute value is undefined.
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 58.0.3029.19 Channel: dev
OS Version:
Flash Version:
Specification: https://w3c.github.io/ServiceWorker/#client
The lack of support was originally referenced in issue 697110 [1], although that issue is largely focused on a distinct bug. I'm reporting this as a standalone issue to facilitate bug searching and more precise tracking from the project's test suite.
[1] https://bugs.chromium.org/p/chromium/issues/detail?id=697110
UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/56.0.2924.76 Chrome/56.0.2924.76 Safari/537.36
Steps to reproduce the problem:
1. Within a Service Worker, retrieve a reference to a valid Client instance (e.g. via `clients.matchAll`)
2. Reference the `type` attribute of this Client instance
What is the expected behavior?
The attribute value should be one of the following four strings: "window", "worker", "sharedworker", or "all".
What went wrong?
The attribute value is undefined.
Did this work before? N/A
Does this work in other browsers? Yes
Chrome version: 58.0.3029.19 Channel: dev
OS Version:
Flash Version:
Specification: https://w3c.github.io/ServiceWorker/#client
Chrome Status: https://www.chromestatus.com/feature/5023199309856768
The lack of support was originally referenced in issue 697110 [1], although that issue is largely focused on a distinct bug. I'm reporting this as a standalone issue to facilitate bug searching and more precise tracking from the project's test suite.
[1] https://bugs.chromium.org/p/chromium/issues/detail?id=697110
Comment 1 by kavvaru@chromium.org
, Mar 28 2017