Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ openWindow
Method
openWindow
packages/service-worker/worker/testing/clients.ts:109–111 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
107
}
108
109
async
openWindow(url: string): Promise<WindowClient | null> {
110
return
null;
111
}
112
113
async
claim(): Promise<any> {}
114
}
Callers
1
handleClick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected