Clients.get()
语法
js
self.clients.get(id).then(function (client) {
// do something with your returned client
});
参数
返回
示例
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