Clients.get()
语法
js
self.clients.get(id).then(function(client) {
// do something with your returned client
});
参数
id-
一个
DOMString,表示您想要获取的 client id.
返回
示例
js
self.clients.get(options).then(function(client) {
self.clients.openWindow(client.url);
});
规范
| Specification |
|---|
| Service Workers # clients-get |
浏览器兼容性
BCD tables only load in the browser