| <title>Service Workers: getServiced()</title> |
| <link rel="help" href="https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#get-serviced-method"> |
| <script src="/resources/testharness.js"></script> |
| <script src="/resources/testharnessreport.js"></script> |
| The `getServiced()` method of a `ServiceWorkerClients`, when called, returns a |
| [Promise][1] that will resolve with a list of `[Client][2]` objects that are |
| [controlled][3] by this Service Worker. |
| [1]: http://goo.gl/3TobQS |
| }, "There are no tests for section getServiced() so far."); |