(win, id)
| 150 | * @return {T} |
| 151 | */ |
| 152 | export function getServiceInEmbedWin(win, id) { |
| 153 | return getServiceInternal(win, id); |
| 154 | } |
| 155 | |
| 156 | /** |
| 157 | * Returns a promise for a service for the given id and window. Also expects an |
no test coverage detected